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 | 薛?? | 11100101010011000011111100111111 | e54c3f3f |
EUC-JP | 薛?? | 11101001101011010011111100111111 | e9ad3f3f |
UTF-8 | 薛손섞 | 111010001001011010011011111011001000011010010000111011001000010010011110 | e8969bec8690ec849e |
UHC | 薛손섞 | 111000001110000010111100110101011011110010101111 | e0e0bcd5bcaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)