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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陌橄⊿ | 111010001001100110011110111010111000011110011001 | e8999eeb8799 |
EUC-JP | 陌橄? | 1110111111111001110111001110110100111111 | eff9dced3f |
UTF-8 | 陌橄⊿ | 111010011001100110001100111001101010100110000100111000101000101010111111 | e9998ce6a984e28abf |
UHC | 陌橄? | 1101100011101000110010101111010000111111 | d8e8caf43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)