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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 趙???\ | 111001101110001000111111001111110011111101011100 | e6e23f3f3f5c |
EUC-JP | 趙???\ | 111011001110010000111111001111110011111101011100 | ece43f3f3f5c |
UTF-8 | 趙흔렩렰\ | 11101000101101101001100111101101100111011001010011101011101000001010100111101011101000001011000001011100 | e8b699ed9d94eba0a9eba0b05c |
UHC | 趙흔렩렰\ | 111100001110000111001000111001111000111010110111100011101011110101011100 | f0e1c8e78eb78ebd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)