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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 掌?[ | 10001111101101100011111101011011 | 8fb63f5b |
EUC-JP | 掌?[ | 10111110101110000011111101011011 | beb83f5b |
UTF-8 | 掌쉆[ | 11100110100011101000110011101100100010011000011001011011 | e68e8cec89865b |
UHC | 掌쉆[ | 1110110111100110100110100110000101011011 | ede69a615b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)