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 | 薛我? | 1110010101001100100010011110010000111111 | e54c89e43f |
EUC-JP | 薛我? | 1110100110101101101100101110011000111111 | e9adb2e63f |
UTF-8 | 薛我劉 | 111010001001011010011011111001101000100010010001111011111010011110000111 | e8969be68891efa787 |
UHC | 薛我劉 | 111000001110000011100100101100101110101011100101 | e0e0e4b2eae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)