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 | 11101000101010111011011011101000101010111011011001000010 | e8abb6e8abb642 |
EUC-JP | 隲カ隲カB | 111100001010110110001110101101101111000010101101100011101011011001000010 | f0ad8eb6f0ad8eb642 |
UTF-8 | 隲カ隲カB | 11101001100110101011001011101111101111011011011011101001100110101011001011101111101111011011011001000010 | e99ab2efbdb6e99ab2efbdb642 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)