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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鴉盈^ | 1110100111101011100010010110110101011110 | e9eb896d5e |
EUC-JP | 鴉盈^ | 1111001011101101101100011100111001011110 | f2edb1ce5e |
UTF-8 | 鴉盈^ | 11101001101101001000100111100111100110111000100001011110 | e9b489e79b885e |
UHC | 鴉盈^ | 1110010010111100111001111100001101011110 | e4bce7c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)