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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 揖皋諤^ | 10010111010010111110000110100110111001101000000001011110 | 974be1a6e6805e |
EUC-JP | 揖皋諤^ | 11001101101011001110001010101000111010111110000001011110 | cdace2a8ebe05e |
UTF-8 | 揖皋諤^ | 11100110100011111001011011100111100110101000101111101000101010111010010001011110 | e68f96e79a8be8aba45e |
UHC | 揖??^ | 1110101111100111001111110011111101011110 | ebe73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)