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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 縡?鷹??介 | 111000110111000100111111100100011110100100111111001111111000100111101110 | e3713f91e93f3f89ee |
EUC-JP | 縡?鷹??介 | 111001011101001000111111110000101110101100111111001111111011001011110000 | e5d23fc2eb3f3fb2f0 |
UTF-8 | 縡렕鷹꿩렮介 | 111001111011100010100001111010111010000010010101111010011011011110111001111010101011111110101001111010111010000010101110111001001011101110001011 | e7b8a1eba095e9b7b9eabfa9eba0aee4bb8b |
UHC | 縡렕鷹꿩렮介 | 111011101010110110001110101010101110101111101101101100101110011010001110101110111100101110111111 | eead8eaaebedb2e68ebbcbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)