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 | ?a] | 001111110110000101011101 | 3f615d |
SJIS-WIN | 磅a] | 11100001111110100110000101011101 | e1fa615d |
EUC-JP | 磅a] | 11100010111111000110000101011101 | e2fc615d |
UTF-8 | 磅a] | 1110011110100011100001010110000101011101 | e7a385615d |
UHC | 磅a] | 11011011101101100110000101011101 | dbb6615d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)