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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 轢①B | 1110011110000000100001110100000001000010 | e780874042 |
EUC-JP | 轢?B | 11101101111000000011111101000010 | ede03f42 |
UTF-8 | 轢①B | 11101000101111011010001011100010100100011010000001000010 | e8bda2e291a042 |
UHC | 轢①B | 1101010111111001101010001110011101000010 | d5f9a8e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)