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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 逋ゥh逋ゥ | 11100111100110011010100101101000111001111001100110101001 | e799a968e799a9 |
EUC-JP | 逋ゥh逋ゥ | 111011011111100110001110101010010110100011101101111110011000111010101001 | edf98ea968edf98ea9 |
UTF-8 | 逋ゥh逋ゥ | 11101001100000001000101111101111101111011010100101101000111010011000000010001011111011111011110110101001 | e9808befbda968e9808befbda9 |
UHC | 逋?h逋? | 11111000111001110011111101101000111110001110011100111111 | f8e73f68f8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)