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 | ?j^ | 001111110110101001011110 | 3f6a5e |
SJIS-WIN | 短j^ | 10010010010110100110101001011110 | 925a6a5e |
EUC-JP | 短j^ | 11000011101110110110101001011110 | c3bb6a5e |
UTF-8 | 短j^ | 1110011110011111101011010110101001011110 | e79fad6a5e |
UHC | 短j^ | 11010011101011010110101001011110 | d3ad6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)