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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曖?浴?? | 10011110010000100011111110010111100000010011111100111111 | 9e423f97813f3f |
EUC-JP | 曖?浴?? | 11011011101000110011111111001101111000010011111100111111 | dba33fcde13f3f |
UTF-8 | 曖퇤浴녺쳼 | 111001101001101110010110111011011000011110100100111001101011010110110100111010111000010110111010111011001011001110111100 | e69b96ed87a4e6b5b4eb85baecb3bc |
UHC | 曖퇤浴녺쳼 | 11100100111100101011100001010100111010011011000110000110111001111010101110011111 | e4f2b854e9b186e7ab9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)