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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貘帋貘磋 | 1110011011000000100110111110000111100110110000001110000111110110 | e6c09be1e6c0e1f6 |
EUC-JP | 貘帋貘磋 | 1110110011000010110101101110001111101100110000101110001011111000 | ecc2d6e3ecc2e2f8 |
UTF-8 | 貘帋貘磋 | 111010001011001010011000111001011011100010001011111010001011001010011000111001111010001110001011 | e8b298e5b88be8b298e7a38b |
UHC | ???磋 | 0011111100111111001111111111001110101111 | 3f3f3ff3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)