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 | 揖轗諤\ | 10010111010010111110011101111101111001101000000001011100 | 974be77de6805c |
EUC-JP | 揖轗諤\ | 11001101101011001110110111011110111010111110000001011100 | cdaceddeebe05c |
UTF-8 | 揖轗諤\ | 11100110100011111001011011101000101111011001011111101000101010111010010001011100 | e68f96e8bd97e8aba45c |
UHC | 揖??\ | 1110101111100111001111110011111101011100 | ebe73f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)