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 | 默爨瑟 | 111000001101001011100000101001001110000011101100 | e0d2e0a4e0ec |
EUC-JP | 默爨瑟 | 111000001101010011100000101001101110000011101110 | e0d4e0a6e0ee |
UTF-8 | 默爨瑟 | 111010011011101110011000111001111000100010101000111001111001000110011111 | e9bb98e788a8e7919f |
UHC | 默?瑟 | 1101100111111001001111111110001110100010 | d9f93fe3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)