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 | ?rB | 001111110111001001000010 | 3f7242 |
SJIS-WIN | 社rB | 10001110110100000111001001000010 | 8ed07242 |
EUC-JP | 社rB | 10111100110100100111001001000010 | bcd27242 |
UTF-8 | 社rB | 1110011110100100101111100111001001000010 | e7a4be7242 |
UHC | 社rB | 11011110111001000111001001000010 | dee47242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)