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 | 1001001001010000100100100100001101000010 | 9250924342 |
EUC-JP | 単辰B | 1100001110110001110000111010010001000010 | c3b1c3a442 |
UTF-8 | 単辰B | 11100101100011011001100011101000101111101011000001000010 | e58d98e8beb042 |
UHC | ?辰B | 00111111111100101110001101000010 | 3ff2e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)