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 | è峨 | 111010001000110110000000111001011011001110101000 | e88d80e5b3a8 |
SJIS-WIN | ?????¨ | 00111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f814e |
EUC-JP | è??å?¨ | 1000111110101011101100100011111100111111100011111010101110101001001111111010000110101111 | 8fabb23f3f8faba93fa1af |
UTF-8 | è峨 | 110000111010100011000010100011011100001010000000110000111010010111000010101100111100001010101000 | c3a8c28dc280c3a5c2b3c2a8 |
UHC | ????³¨ | 0011111100111111001111110011111110101001111110001010000110100111 | 3f3f3f3fa9f8a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)