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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 誦堰誦堰^ | 111001100111010110001001100000011110011001110101100010011000000101011110 | e6758981e67589815e |
EUC-JP | 誦堰誦堰^ | 111010111101011010110001111000011110101111010110101100011110000101011110 | ebd6b1e1ebd6b1e15e |
UTF-8 | 誦堰誦堰^ | 11101000101010101010011011100101101000001011000011101000101010101010011011100101101000001011000001011110 | e8aaa6e5a0b0e8aaa6e5a0b05e |
UHC | 誦堰誦堰^ | 111000011110100111100101111010001110000111101001111001011110100001011110 | e1e9e5e8e1e9e5e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)