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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 鉥??鉥??^ | 1000111111100011111010000011111100111111100011111110001111101000001111110011111101011110 | 8fe3e83f3f8fe3e83f3f5e |
UTF-8 | 鉥쎟됙鉥쎟됙^ | 11101001100010011010010111101100100011101001111111101011100100001001100111101001100010011010010111101100100011101001111111101011100100001001100101011110 | e989a5ec8e9feb9099e989a5ec8e9feb90995e |
UHC | 鉥쎟됙鉥쎟됙^ | 11100010111111001001101111000110100010011101100111100010111111001001101111000110100010011101100101011110 | e2fc9bc689d9e2fc9bc689d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)