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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ゙鴣ィ゙顳 | 111100111010100011011110111010011111001110101000110111101110100101000010 | f3a8dee9f3a8dee942 |
EUC-JP | ?゙鴣ィ゙顳 | 0011111110001110110111101111001011110101100011101010100010001110110111101111000110100011 | 3f8edef2f58ea88edef1a3 |
UTF-8 | ゙鴣ィ゙顳 | 111011101000101010011011111011111011111010011110111010011011010010100011111011111011110110101000111011111011111010011110111010011010000110110011 | ee8a9befbe9ee9b4a3efbda8efbe9ee9a1b3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)