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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茆後 | 11100100100110111000110011100011 | e49b8ce3 |
EUC-JP | 茆後 | 11100111111110111011100011100101 | e7fbb8e5 |
UTF-8 | 茆後 | 111010001000110010000110111001011011111010001100 | e88c86e5be8c |
UHC | ?後 | 001111111111110110101101 | 3ffdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)