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 | 車碌爾 | 100011101101010011100001111011111000111010100010 | 8ed4e1ef8ea2 |
EUC-JP | 車碌爾 | 101111001101011011100010111100011011110010100100 | bcd6e2f1bca4 |
UTF-8 | 車碌爾 | 111010001011101110001010111001111010001010001100111001111000100010111110 | e8bb8ae7a28ce788be |
UHC | 車碌爾 | 111100111011001111010110110111101110110010110011 | f3b3d6deecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)