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 | 渭?? | 10011111110011010011111100111111 | 9fcd3f3f |
EUC-JP | 渭?? | 11011110110011110011111100111111 | decf3f3f |
UTF-8 | 渭렰렊 | 111001101011100010101101111010111010000010110000111010111010000010001010 | e6b8adeba0b0eba08a |
UHC | 渭렰렊 | 111010101101001010001110101111011000111010100001 | ead28ebd8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)