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 | é 燐 | 111010011010000010001000111011111010011110101110 | e9a088efa7ae |
SJIS-WIN | ????§? | 00111111001111110011111100111111100000011001100000111111 | 3f3f3f3f81983f |
EUC-JP | é??燐 | 10001111101010111011000100111111001111111000111110101011110000011010000111111000100011111010001011101110 | 8fabb13f3f8fabc1a1f88fa2ee |
UTF-8 | é 燐 | 110000111010100111000010101000001100001010001000110000111010111111000010101001111100001010101110 | c3a9c2a0c288c3afc2a7c2ae |
UHC | ????§® | 0011111100111111001111110011111110100001110101111010001011100111 | 3f3f3f3fa1d7a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)