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 | 雪楮??? | 10010000111000011001111010111000001111110011111100111111 | 90e19eb83f3f3f |
EUC-JP | 雪楮??? | 11000000111000111101110010111010001111110011111100111111 | c0e3dcba3f3f3f |
UTF-8 | 雪楮렋렍렦 | 111010011001101110101010111001101010010110101110111010111010000010001011111010111010000010001101111010111010000010100110 | e99baae6a5aeeba08beba08deba0a6 |
UHC | 雪楮렋렍렦 | 11100000111001001110111010111111100011101010001010001110101000111000111010110101 | e0e4eebf8ea28ea38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)