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 | 彦??鷹 | 100101010100011000111111001111111001000111101001 | 95463f3f91e9 |
EUC-JP | 彦??鷹 | 110010011010011100111111001111111100001011101011 | c9a73f3fc2eb |
UTF-8 | 彦숉쓷鷹 | 111001011011110110100110111011001000100010001001111011001001001110110111111010011011011110111001 | e5bda6ec8889ec93b7e9b7b9 |
UHC | 彦숉쓷鷹 | 1110010111101001100110011110110110011101100101001110101111101101 | e5e999ed9d94ebed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)