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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閻代Ηホ | 11101000100001011001000111100011100000111010010111001110 | e88591e383a5ce |
EUC-JP | 閻代Ηホ | 1110111111100101110000101110010110100110101001111000111011001110 | efe5c2e5a6a78ece |
UTF-8 | 閻代Ηホ | 1110100110010110101110111110010010111011101000111100111010010111111011111011111010001110 | e996bbe4bba3ce97efbe8e |
UHC | 閻代Η? | 11100111101000101101001111011011101001011100011100111111 | e7a2d3dba5c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)