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 | 1110010001101110111001000110111001000010 | e46ee46e42 |
EUC-JP | 舅舅B | 1110011111001111111001111100111101000010 | e7cfe7cf42 |
UTF-8 | 舅舅B | 11101000100010001000010111101000100010001000010101000010 | e88885e8888542 |
UHC | 舅舅B | 1100111111000000110011111100000001000010 | cfc0cfc042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)