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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逕ヲ蝌ッB | 11100111100101001010011011100101100110001010111101000010 | e794a6e598af42 |
EUC-JP | 逕ヲ蝌ッB | 111011011111010010001110101001101110100111111000100011101010111101000010 | edf48ea6e9f88eaf42 |
UTF-8 | 逕ヲ蝌ッB | 11101001100000001001010111101111101111011010011011101000100111011000110011101111101111011010111101000010 | e98095efbda6e89d8cefbdaf42 |
UHC | 逕???B | 110011001110111100111111001111110011111101000010 | ccef3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)