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 | 磋貽貽 | 111000011111011011100110110001001110011011000100 | e1f6e6c4e6c4 |
EUC-JP | 磋貽貽 | 111000101111100011101100110001101110110011000110 | e2f8ecc6ecc6 |
UTF-8 | 磋貽貽 | 111001111010001110001011111010001011001010111101111010001011001010111101 | e7a38be8b2bde8b2bd |
UHC | 磋貽貽 | 111100111010111111101100110000101110110011000010 | f3afecc2ecc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)