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 | 域???? | 100010001110011000111111001111110011111100111111 | 88e63f3f3f3f |
EUC-JP | 域??璵? | 1011000011101000001111110011111110001111110011001110011000111111 | b0e83f3f8fcce63f |
UTF-8 | 域⑵떨璵볿 | 111001011001111110011111111000101001000110110101111010111001011010101000111001111001001010110101111010111011001110111111 | e59f9fe291b5eb96a8e792b5ebb3bf |
UHC | 域⑵떨璵볿 | 11100110101101001010100111101000101101101011001111100110101001011001010001000010 | e6b4a9e8b6b3e6a59442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)