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 | è¼åh | 11101000101111001000100111100101100011011000000001101000 | e8bc89e58d8068 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | è??å??h | 1000111110101011101100100011111100111111100011111010101110101001001111110011111101101000 | 8fabb23f3f8faba93f3f68 |
UTF-8 | è¼åh | 11000011101010001100001010111100110000101000100111000011101001011100001010001101110000101000000001101000 | c3a8c2bcc289c3a5c28dc28068 |
UHC | ?¼????h | 0011111110101000111110010011111100111111001111110011111101101000 | 3fa8f93f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)