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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邱壽署 | 111001111011011110011010111001101000111110010000 | e7b79ae68f90 |
EUC-JP | 邱壽署 | 111011101011100111010100111010001011110111110000 | eeb9d4e8bdf0 |
UTF-8 | 邱壽署 | 111010011000001010110001111001011010001110111101111001111011110110110010 | e982b1e5a3bde7bdb2 |
UHC | 邱壽署 | 110011111100100011100001111110001101111111111110 | cfc8e1f8dffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)