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 | 琮?? | 11111011011010100011111100111111 | fb6a3f3f |
EUC-JP | 琮?雩 | 10001111110011001011001000111111100011111110011011111010 | 8fccb23f8fe6fa |
UTF-8 | 琮렡雩 | 111001111001000010101110111010111010000010100001111010011001101110101001 | e790aeeba0a1e99ba9 |
UHC | 琮렡雩 | 111100001111100110001110101100101110100111101100 | f0f98eb2e9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)