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 | ???w] | 0011111100111111001111110111011101011101 | 3f3f3f775d |
SJIS-WIN | セュ璽w] | 101111101010110110001110101000110111011101011101 | bead8ea3775d |
EUC-JP | セュ璽w] | 1000111010111110100011101010110110111100101001010111011101011101 | 8ebe8eadbca5775d |
UTF-8 | セュ璽w] | 1110111110111101101111101110111110111101101011011110011110010010101111010111011101011101 | efbdbeefbdade792bd775d |
UHC | ??璽w] | 001111110011111111011111110111100111011101011101 | 3f3fdfde775d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)