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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 中?⊂宜? | 1001001010000110001111111000000110111100100010110101100000111111 | 92863f81bc8b583f |
EUC-JP | 中?⊂宜? | 1100001111100110001111111010001010111110101101011011100100111111 | c3e63fa2beb5b93f |
UTF-8 | 中꿴⊂宜렭 | 111001001011100010101101111010101011111110110100111000101000101010000010111001011010111010011100111010111010000010101101 | e4b8adeabfb4e28a82e5ae9ceba0ad |
UHC | 中꿴⊂宜렭 | 11110001111010011011001011101001101000011111100011101011111100011000111010111010 | f1e9b2e9a1f8ebf18eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)