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 | äçä | 11100100111001111110010010010001 | e4e7e491 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | äçä? | 10001111101010111010001110001111101010111010111010001111101010111010001100111111 | 8faba38fabae8faba33f |
UTF-8 | äçä | 1100001110100100110000111010011111000011101001001100001010010001 | c3a4c3a7c3a4c291 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)