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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 已?竝B | 100110111101111100111111111000101000110101000010 | 9bdf3fe28d42 |
EUC-JP | 已?竝B | 110101101110000100111111111000111110110101000010 | d6e13fe3ed42 |
UTF-8 | 已고竝B | 11100101101101111011001011101010101100111010000011100111101010111001110101000010 | e5b7b2eab3a0e7ab9d42 |
UHC | 已고竝B | 11101100101010111011000011101101110111001011110101000010 | ecabb0eddcbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)