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 | 凜カ螢裙蜴ケ | 11101010101000111011011011100101101000111110010111100011111001011000111010111001 | eaa3b6e5a3e5e3e58eb9 |
EUC-JP | 凜カ螢裙蜴ケ | 111101001010010110001110101101101110101010100101111010101110010111101001111011101000111010111001 | f4a58eb6eaa5eae5e9ee8eb9 |
UTF-8 | 凜カ螢裙蜴ケ | 111001011000011110011100111011111011110110110110111010001001111010100010111010001010001110011001111010001001110010110100111011111011110110111001 | e5879cefbdb6e89ea2e8a399e89cb4efbdb9 |
UHC | 凜?螢裙?? | 110101111100111100111111111110111010101111001111110110010011111100111111 | d7cf3ffbabcfd93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)