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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ーー焼ゥh | 101100001011000010001111110001001010100101101000 | b0b08fc4a968 |
EUC-JP | ーー焼ゥh | 100011101011000010001110101100001011111011000110100011101010100101101000 | 8eb08eb0bec68ea968 |
UTF-8 | ーー焼ゥh | 11101111101111011011000011101111101111011011000011100111100001001011110011101111101111011010100101101000 | efbdb0efbdb0e784bcefbda968 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)