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 | 覯萋 | 11100110010100011110010011000100 | e651e4c4 |
EUC-JP | 覯萋 | 11101011101100101110100011000110 | ebb2e8c6 |
UTF-8 | 覯萋 | 111010001010011010101111111010001001000010001011 | e8a6afe8908b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)