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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 訝h訝 | 1110011001100010011010001110011001100010 | e66268e662 |
EUC-JP | 訝h訝 | 1110101111000011011010001110101111000011 | ebc368ebc3 |
UTF-8 | 訝h訝 | 11101000101010001001110101101000111010001010100010011101 | e8a89d68e8a89d |
UHC | 訝h訝 | 1110010010111000011010001110010010111000 | e4b868e4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)