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 | 跫亥彫蹊 | 1110011011101101100010001110010110010010101001001110011011111100 | e6ed88e592a4e6fc |
EUC-JP | 跫亥彫蹊 | 1110110011101111101100001110011111000100101001101110110011111110 | ecefb0e7c4a6ecfe |
UTF-8 | 跫亥彫蹊 | 111010001011011110101011111001001011101010100101111001011011110110101011111010001011100110001010 | e8b7abe4baa5e5bdabe8b98a |
UHC | ?亥彫蹊 | 00111111111110101010010011110000110000011111101110110111 | 3ffaa4f0c1fbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)