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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雹らウカ | 111010001011100110000010111001111011001110110110 | e8b982e7b3b6 |
EUC-JP | 雹らウカ | 1111000010111011101001001110100110001110101100111000111010110110 | f0bba4e98eb38eb6 |
UTF-8 | 雹らウカ | 111010011001101110111001111000111000001010001001111011111011110110110011111011111011110110110110 | e99bb9e38289efbdb3efbdb6 |
UHC | 雹ら?? | 110110101101111110101010111010010011111100111111 | dadfaae93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)