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 | 漬?蒡 | 1001001011010000001111111110010011101110 | 92d03fe4ee |
EUC-JP | 漬?蒡 | 1100010011010010001111111110100011110000 | c4d23fe8f0 |
UTF-8 | 漬뤶蒡 | 111001101011110010101100111010111010010010110110111010001001001010100001 | e6bcaceba4b6e892a1 |
UHC | 漬뤶蒡 | 111100101011000010001111111001001101101110111100 | f2b08fe4dbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)