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 | 章??蘂? | 10001111110011010011111100111111111001010100000100111111 | 8fcd3f3fe5413f |
EUC-JP | 章??蘂? | 10111110110011110011111100111111111010011010001000111111 | becf3f3fe9a23f |
UTF-8 | 章ㅹ닎蘂좦 | 111001111010101110100000111000111000010110111001111010111000101110001110111010001001100010000010111011001010001010100110 | e7aba0e385b9eb8b8ee89882eca2a6 |
UHC | 章ㅹ닎蘂좦 | 11101101111100011010010011101001100010001001010011100111110111101010000101000010 | edf1a4e98894e7dea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)