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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 冶??y | 1001011011101000001111110011111101111001 | 96e83f3f79 |
EUC-JP | 冶??y | 1100110011101010001111110011111101111001 | ccea3f3f79 |
UTF-8 | 冶먮젘y | 11100101100001101011011011101011101010001010111011101100101000001001100001111001 | e586b6eba8aeeca09879 |
UHC | 冶먮젘y | 11100101101001111001000011101011101000001001010001111001 | e5a790eba09479 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)