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 | 剪?隕? | 100110011001001000111111111010001010011000111111 | 99923fe8a63f |
EUC-JP | 剪?隕? | 110100011111001000111111111100001010100000111111 | d1f23ff0a83f |
UTF-8 | 剪렪隕렕 | 111001011000100110101010111010111010000010101010111010011001101010010101111010111010000010010101 | e589aaeba0aae99a95eba095 |
UHC | 剪렪隕렕 | 1110111011110010100011101011100011101010101000101000111010101010 | eef28eb8eaa28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)