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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 調勘曼 | 100100101011001010001010101010001001100111010110 | 92b28aa899d6 |
EUC-JP | 調勘曼 | 110001001011010010110100101010101101001011011000 | c4b4b4aad2d8 |
UTF-8 | 調勘曼 | 111010001010101010111111111001011000101110011000111001101001101110111100 | e8aabfe58b98e69bbc |
UHC | 調勘曼 | 111100001110000011001010111010111101100010111010 | f0e0caebd8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)