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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 很眞 | 10011100011010111110000111000001 | 9c6be1c1 |
EUC-JP | 很眞 | 11010111110011001110001011000011 | d7cce2c3 |
UTF-8 | 很眞 | 111001011011111010001000111001111001110010011110 | e5be88e79c9e |
UHC | ?眞 | 001111111111001011011000 | 3ff2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)