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 | ???Yh | 0011111100111111001111110101100101101000 | 3f3f3f5968 |
SJIS-WIN | 氏??Yh | 100011101000000100111111001111110101100101101000 | 8e813f3f5968 |
EUC-JP | 氏??Yh | 101110111110000100111111001111110101100101101000 | bbe13f3f5968 |
UTF-8 | 氏룉똁Yh | 1110011010110000100011111110101110100011100010011110101110011000100000010101100101101000 | e6b08feba389eb98815968 |
UHC | 氏룉똁Yh | 1110010010101011100011111000100010001100010000100101100101101000 | e4ab8f888c425968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)