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 | 車鹿賣 | 100011101101010010001110101011011110011011001100 | 8ed48eade6cc |
EUC-JP | 車鹿賣 | 101111001101011010111100101011111110110011001110 | bcd6bcafecce |
UTF-8 | 車鹿賣 | 111010001011101110001010111010011011100110111111111010001011001110100011 | e8bb8ae9b9bfe8b3a3 |
UHC | 車鹿賣 | 111100111011001111010110111000111101100011100011 | f3b3d6e3d8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)