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 | 湮?? | 10011111110011100011111100111111 | 9fce3f3f |
EUC-JP | 湮?? | 11011110110100000011111100111111 | ded03f3f |
UTF-8 | 湮샹소 | 111001101011100110101110111011001000001110111001111011001000011010001100 | e6b9aeec83b9ec868c |
UHC | 湮샹소 | 111011001101110010111100101001111011110011010010 | ecdcbca7bcd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)