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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鷹?迂?蹄 | 1001000111101001001111111000100101001001001111111001001011111011 | 91e93f89493f92fb |
EUC-JP | 鷹?迂?蹄 | 1100001011101011001111111011000110101010001111111100010011111101 | c2eb3fb1aa3fc4fd |
UTF-8 | 鷹렒迂렦蹄 | 111010011011011110111001111010111010000010010010111010001011111110000010111010111010000010100110111010001011100110000100 | e9b7b9eba092e8bf82eba0a6e8b984 |
UHC | 鷹렒迂렦蹄 | 11101011111011011000111010100111111010011110011010001110101101011111000010110100 | ebed8ea7e9e68eb5f0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)