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 | 襭倶/\ | 11100110010000101000101111100100100000010101111001011100 | e6428be4815e5c |
EUC-JP | 襭倶/\ | 11101011101000111011011011100110101000011011111101011100 | eba3b6e6a1bf5c |
UTF-8 | 襭倶/\ | 11101000101001011010110111100101100000001011011011101111101111001000111101011100 | e8a5ade580b6efbc8f5c |
UHC | ??/\ | 0011111100111111101000111010111101011100 | 3f3fa3af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)