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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 倭??源?B | 1001100001100000001111110011111110001100101110010011111101000010 | 98603f3f8cb93f42 |
EUC-JP | 倭??源?B | 1100111111000001001111110011111110111000101110110011111101000010 | cfc13f3fb8bb3f42 |
UTF-8 | 倭녾난源몉B | 11100101100000001010110111101011100001011011111011101011100000101001110011100110101110101001000011101011101010101000100101000010 | e580adeb85beeb829ce6ba90ebaa8942 |
UHC | 倭녾난源몉B | 1110100011011110100001101110101010110011101011011110101010111001100100010111001001000010 | e8de86eab3adeab9917242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)