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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剪?中? | 100110011001001000111111100100101000011000111111 | 99923f92863f |
EUC-JP | 剪?中? | 110100011111001000111111110000111110011000111111 | d1f23fc3e63f |
UTF-8 | 剪렪中렎 | 111001011000100110101010111010111010000010101010111001001011100010101101111010111010000010001110 | e589aaeba0aae4b8adeba08e |
UHC | 剪렪中렎 | 1110111011110010100011101011100011110001111010011000111010100100 | eef28eb8f1e98ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)