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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 続造@B | 100100011011000110010001101000100100000001000010 | 91b191a24042 |
EUC-JP | 続造@B | 110000101011001111000010101001000100000001000010 | c2b3c2a44042 |
UTF-8 | 続造@B | 1110011110110110100110101110100110000000101000000100000001000010 | e7b69ae980a04042 |
UHC | ?造@B | 0011111111110000111000110100000001000010 | 3ff0e34042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)