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 | 蝣ッ逡秘ぅ | 111001011010000010101111111001111001010110010100111010011000001010100011 | e5a0afe79594e982a3 |
EUC-JP | 蝣ッ逡秘ぅ | 11101010101000101000111010101111111011011111010111001000111010111010010010100101 | eaa28eafedf5c8eba4a5 |
UTF-8 | 蝣ッ逡秘ぅ | 111010001001110110100011111011111011110110101111111010011000000010100001111001111010011110011000111000111000000110000101 | e89da3efbdafe980a1e7a798e38185 |
UHC | ??逡秘ぅ | 0011111100111111111100011110010011011101111110101010101010100101 | 3f3ff1e4ddfaaaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)