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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬲梦e縲疲イ | 1110100110101101100110101110101110000010100001011110001110000000100101001110011010110010 | e9ad9aeb8285e38094e6b2 |
EUC-JP | 鬲梦e縲疲イ | 111100101010111111010100111011011010001111100101111001011110000011001000111010001000111010110010 | f2afd4eda3e5e5e0c8e88eb2 |
UTF-8 | 鬲梦e縲疲イ | 111010011010110010110010111001101010001010100110111011111011110110000101111001111011100010110010111001111001011010110010111011111011110110110010 | e9acb2e6a2a6efbd85e7b8b2e796b2efbdb2 |
UHC | ??e?疲? | 0011111100111111101000111110010100111111111110011010101000111111 | 3f3fa3e53ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)