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 | ëá¢ä£änB | 1110101111100001101000101110010010100011111001000110111001000010 | ebe1a2e4a3e46e42 |
SJIS-WIN | ??¢?£?nB | 00111111001111111000000110010001001111111000000110010010001111110110111001000010 | 3f3f81913f81923f6e42 |
EUC-JP | ëá¢ä£änB | 100011111010101110110011100011111010101110100001101000011111000110001111101010111010001110100001111100101000111110101011101000110110111001000010 | 8fabb38faba1a1f18faba3a1f28faba36e42 |
UTF-8 | ëá¢ä£änB | 1100001110101011110000111010000111000010101000101100001110100100110000101010001111000011101001000110111001000010 | c3abc3a1c2a2c3a4c2a3c3a46e42 |
UHC | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)