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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迹斧 | 11100111100100011001010110000000 | e7919580 |
EUC-JP | 迹斧 | 11101101111100011100100111100000 | edf1c9e0 |
UTF-8 | 迹斧 | 111010001011111110111001111001101001011010100111 | e8bfb9e696a7 |
UHC | 迹斧 | 11101110111010011101110110101000 | eee9dda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)