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 | 哈? | 100110011111101100111111 | 99fb3f |
EUC-JP | 哈? | 110100101111110100111111 | d2fd3f |
UTF-8 | 哈귞 | 111001011001001110001000111010101011011110011110 | e59388eab79e |
UHC | 哈귞 | 11111001111010111000001011100111 | f9eb82e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)