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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇晁ュ倬☆ | 111110111010000110011101111010001010110110011000111010011000000110011001 | fba19de8ad98e98199 |
EUC-JP | ?晁ュ倬☆ | 001111111101101011101010100011101010110111010000111010111010000111111001 | 3fdaea8eadd0eba1f9 |
UTF-8 | 蠇晁ュ倬☆ | 111010001010000010000111111001101001100110000001111011111011110110101101111001011000000010101100111000101001100010000110 | e8a087e69981efbdade580ace29886 |
UHC | ?晁?倬☆ | 0011111111110000110001010011111111110110111100001010000111011001 | 3ff0c53ff6f0a1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)