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 | 第?蒡 | 1001000111100110001111111110010011101110 | 91e63fe4ee |
EUC-JP | 第?蒡 | 1100001011101000001111111110100011110000 | c2e83fe8f0 |
UTF-8 | 第뤶蒡 | 111001111010110010101100111010111010010010110110111010001001001010100001 | e7acaceba4b6e892a1 |
UHC | 第뤶蒡 | 111100001010111110001111111001001101101110111100 | f0af8fe4dbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)