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 | ëë騷 | 111010111110101110011110111010011010100010110111 | ebeb9ee9a8b7 |
SJIS-WIN | ????¨? | 00111111001111110011111100111111100000010100111000111111 | 3f3f3f3f814e3f |
EUC-JP | ëë?é¨? | 10001111101010111011001110001111101010111011001100111111100011111010101110110001101000011010111100111111 | 8fabb38fabb33f8fabb1a1af3f |
UTF-8 | ëë騷 | 110000111010101111000011101010111100001010011110110000111010100111000010101010001100001010110111 | c3abc3abc29ec3a9c2a8c2b7 |
UHC | ????¨· | 0011111100111111001111110011111110100001101001111010000110100100 | 3f3f3f3fa1a7a1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)