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? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
SJIS-WIN | 楔跣?F紆 | 1001111010110110111001101110111100111111010001101110001011111100 | 9eb6e6ef3f46e2fc |
EUC-JP | 楔跣?F紆 | 1101110010111000111011001111000100111111010001101110010011111110 | dcb8ecf13f46e4fe |
UTF-8 | 楔跣蟬F紆 | 11100110101001011001010011101000101101111010001111101000100111111010110001000110111001111011010010000110 | e6a594e8b7a3e89fac46e7b486 |
UHC | 楔跣蟬F紆 | 111000001101101111100000110100111110000011010001010001101110100111100001 | e0dbe0d3e0d146e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)