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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 殉盛?\ | 100011110111110110010000101101110011111101011100 | 8f7d90b73f5c |
EUC-JP | 殉盛?\ | 101111011101111011000000101110010011111101011100 | bddec0b93f5c |
UTF-8 | 殉盛맽\ | 11100110101011101000100111100111100110111001101111101011101001111011110101011100 | e6ae89e79b9beba7bd5c |
UHC | 殉盛맽\ | 11100010111001101110000011111100100100001011111001011100 | e2e6e0fc90be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)