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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 謫?淀?B | 11100110100100110011111110010111100001000011111101000010 | e6933f97843f42 |
EUC-JP | 謫?淀?B | 11101011111100110011111111001101111001000011111101000010 | ebf33fcde43f42 |
UTF-8 | 謫렏淀렏B | 11101000101011001010101111101011101000001000111111100110101101111000000011101011101000001000111101000010 | e8acabeba08fe6b780eba08f42 |
UHC | 謫렏淀렏B | 111011101110001110001110101001011110111111100011100011101010010101000010 | eee38ea5efe38ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)