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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 뫛뫌뫒뫒뫕뫒^ | 11101011101010111001101111101011101010111000110011101011101010111001001011101011101010111001001011101011101010111001010111101011101010111001001001011110 | ebab9bebab8cebab92ebab92ebab95ebab925e |
UHC | 뫛뫌뫒뫒뫕뫒^ | 10010001101110111001000110101110100100011011010010010001101101001001000110110111100100011011010001011110 | 91bb91ae91b491b491b791b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)