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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 箋御識K糯 | 111000101011001110001100111001001000111010101111010010111110001011110111 | e2b38ce48eaf4be2f7 |
EUC-JP | 箋御識K糯 | 111001001011010110111000111001101011110010110001010010111110010011111001 | e4b5b8e6bcb14be4f9 |
UTF-8 | 箋御識K糯 | 11100111101011101000101111100101101111101010000111101000101011011001100001001011111001111011001110101111 | e7ae8be5bea1e8ad984be7b3af |
UHC | 箋御識K? | 1110111110101000111001011101100111100011110110110100101100111111 | efa8e5d9e3db4b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)