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 | 荵伜 | 11100100101110011001100011100101 | e4b998e5 |
EUC-JP | 荵伜 | 11101000101110111101000011100111 | e8bbd0e7 |
UTF-8 | 荵伜 | 111010001000110110110101111001001011110010011100 | e88db5e4bc9c |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)