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 | 渙湫魏鴿湫 | 10011111110100001001111111010101111010011011000011101001111110011001111111010101 | 9fd09fd5e9b0e9f99fd5 |
EUC-JP | 渙湫魏鴿湫 | 11011110110100101101111011010111111100101011001011110010111110111101111011010111 | ded2ded7f2b2f2fbded7 |
UTF-8 | 渙湫魏鴿湫 | 111001101011100010011001111001101011100110101011111010011010110110001111111010011011010010111111111001101011100110101011 | e6b899e6b9abe9ad8fe9b4bfe6b9ab |
UHC | 渙湫魏?湫 | 111111001011100111110101110100111110101011100000001111111111010111010011 | fcb9f5d3eae03ff5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)