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 | OTB | 10010111010011110101010001000010 | 974f5442 |
SJIS-WIN | ?OTB | 00111111010011110101010001000010 | 3f4f5442 |
EUC-JP | ?OTB | 00111111010011110101010001000010 | 3f4f5442 |
UTF-8 | OTB | 1100001010010111010011110101010001000010 | c2974f5442 |
UHC | ?OTB | 00111111010011110101010001000010 | 3f4f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)