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 | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | 墻ヨ?^F | 10011010110101001000001110001000001111110101111001000110 | 9ad483883f5e46 |
EUC-JP | 墻ヨ?^F | 11010100110101101010010111101000001111110101111001000110 | d4d6a5e83f5e46 |
UTF-8 | 墻ヨ뮅^F | 1110010110100010101110111110001110000011101010001110101110101110100001010101111001000110 | e5a2bbe383a8ebae855e46 |
UHC | 墻ヨ뮅^F | 1110110111011111101010111110100010010010100101000101111001000110 | eddfabe892945e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)