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 | 逋イ繧躯Ψ謠 | 1110011110011001101100101110001110000010100010111110101110000011101101011110011010001111 | e799b2e3828beb83b5e68f |
EUC-JP | 逋イ繧躯Ψ謠 | 111011011111100110001110101100101110010111100010101101101110110110100110101101111110101111101111 | edf98eb2e5e2b6eda6b7ebef |
UTF-8 | 逋イ繧躯Ψ謠 | 1110100110000000100010111110111110111101101100101110011110111001101001111110100010111010101011111100111010101000111010001010110010100000 | e9808befbdb2e7b9a7e8baafcea8e8aca0 |
UHC | 逋???Ψ謠 | 111110001110011100111111001111110011111110100101110101111110100110101010 | f8e73f3f3fa5d7e9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)