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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邇臥ョ致 | 11100111100011101000100111100111101011101001001001110110 | e78e89e7ae9276 |
EUC-JP | 邇臥ョ致 | 1110110111101110101100101110100110001110101011101100001111010111 | edeeb2e98eaec3d7 |
UTF-8 | 邇臥ョ致 | 111010011000001010000111111010001000011110100101111011111011110110101110111010001000011110110100 | e98287e887a5efbdaee887b4 |
UHC | 邇臥?致 | 11101100110001001110100011000010001111111111011011001000 | ecc4e8c23ff6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)