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 | èå¼x | 11101000100101001000000011100101101111001000111101111000 | e89480e5bc8f78 |
SJIS-WIN | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
EUC-JP | è??å??x | 1000111110101011101100100011111100111111100011111010101110101001001111110011111101111000 | 8fabb23f3f8faba93f3f78 |
UTF-8 | èå¼x | 11000011101010001100001010010100110000101000000011000011101001011100001010111100110000101000111101111000 | c3a8c294c280c3a5c2bcc28f78 |
UHC | ????¼?x | 0011111100111111001111110011111110101000111110010011111101111000 | 3f3f3f3fa8f93f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)