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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 倭??魏?^ | 1001100001100000001111110011111111101001101100000011111101011110 | 98603f3fe9b03f5e |
EUC-JP | 倭??魏?^ | 1100111111000001001111110011111111110010101100100011111101011110 | cfc13f3ff2b23f5e |
UTF-8 | 倭녾남魏죂^ | 11100101100000001010110111101011100001011011111011101011100000101010100011101001101011011000111111101100101000111000001001011110 | e580adeb85beeb82a8e9ad8feca3825e |
UHC | 倭녾남魏죂^ | 1110100011011110100001101110101010110011101100101110101011100000101000010110000101011110 | e8de86eab3b2eae0a1615e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)