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 | 雪虎??? | 10010000111000011000110011010101001111110011111100111111 | 90e18cd53f3f3f |
EUC-JP | 雪虎??? | 11000000111000111011100011010111001111110011111100111111 | c0e3b8d73f3f3f |
UTF-8 | 雪虎렋렍렦 | 111010011001101110101010111010001001100110001110111010111010000010001011111010111010000010001101111010111010000010100110 | e99baae8998eeba08beba08deba0a6 |
UHC | 雪虎렋렍렦 | 11100000111001001111101111011011100011101010001010001110101000111000111010110101 | e0e4fbdb8ea28ea38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)