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 | â÷\ | 1110001011110111100111111001010101011100 | e2f79f955c |
SJIS-WIN | ?÷??\ | 001111111000000110000000001111110011111101011100 | 3f81803f3f5c |
EUC-JP | â÷??\ | 1000111110101011101001001010000111100000001111110011111101011100 | 8faba4a1e03f3f5c |
UTF-8 | â÷\ | 110000111010001011000011101101111100001010011111110000101001010101011100 | c3a2c3b7c29fc2955c |
UHC | ?÷??\ | 001111111010000111000000001111110011111101011100 | 3fa1c03f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)