To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隶薙i逕・ | 111010001010111010010011111000111000001010001001111001111001010010100101 | e8ae93e38289e794a5 |
EUC-JP | 隶薙i逕・ | 11110000101100001100011011100101101000111110100111101101111101001000111010100101 | f0b0c6e5a3e9edf48ea5 |
UTF-8 | 隶薙i逕・ | 111010011001101010110110111010001001011010011001111011111011110110001001111010011000000010010101111011111011110110100101 | e99ab6e89699efbd89e98095efbda5 |
UHC | ??i逕? | 00111111001111111010001111101001110011001110111100111111 | 3f3fa3e9ccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)