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 | 域??熬? | 10001000111001100011111100111111111000001001001000111111 | 88e63f3fe0923f |
EUC-JP | 域??熬? | 10110000111010000011111100111111110111111111001000111111 | b0e83f3fdff23f |
UTF-8 | 域⑵떨熬뺹 | 111001011001111110011111111000101001000110110101111010111001011010101000111001111000011010101100111010111011101010111001 | e59f9fe291b5eb96a8e786acebbab9 |
UHC | 域⑵떨熬뺹 | 11100110101101001010100111101000101101101011001111101000101000101001011001000010 | e6b4a9e8b6b3e8a29642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)