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 | 蠇晁ュ倩龠 | 111110111010000110011101111010001010110110011000111010001110101010011110 | fba19de8ad98e8ea9e |
EUC-JP | ?晁ュ倩龠 | 001111111101101011101010100011101010110111010000111010101111001111111110 | 3fdaea8eadd0eaf3fe |
UTF-8 | 蠇晁ュ倩龠 | 111010001010000010000111111001101001100110000001111011111011110110101101111001011000000010101001111010011011111010100000 | e8a087e69981efbdade580a9e9bea0 |
UHC | ?晁??? | 001111111111000011000101001111110011111100111111 | 3ff0c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)