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 | 10001111101110001010100010001111110011001010001101000010 | 8fb8a88fcca342 |
EUC-JP | 昇ィ称」B | 101111101011101010001110101010001011111011001110100011101010001101000010 | beba8ea8bece8ea342 |
UTF-8 | 昇ィ称」B | 11100110100110001000011111101111101111011010100011100111101001111011000011101111101111011010001101000010 | e69887efbda8e7a7b0efbda342 |
UHC | 昇???B | 111000111011000000111111001111110011111101000010 | e3b03f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)