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 | ????IB | 001111110011111100111111001111110100100101000010 | 3f3f3f3f4942 |
SJIS-WIN | シハシホIB | 101111001100101010111100110011100100100101000010 | bccabcce4942 |
EUC-JP | シハシホIB | 10001110101111001000111011001010100011101011110010001110110011100100100101000010 | 8ebc8eca8ebc8ece4942 |
UTF-8 | シハシホIB | 1110111110111101101111001110111110111110100010101110111110111101101111001110111110111110100011100100100101000010 | efbdbcefbe8aefbdbcefbe8e4942 |
UHC | ????IB | 001111110011111100111111001111110100100101000010 | 3f3f3f3f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)