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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遯壱Α | 111001111010101010001000111010111000001110011111 | e7aa88eb839f |
EUC-JP | 遯壱Α | 111011101010110010110000111011011010011010100001 | eeacb0eda6a1 |
UTF-8 | 遯壱Α | 1110100110000001101011111110010110100011101100011100111010010001 | e981afe5a3b1ce91 |
UHC | 遯?Α | 1101010011101110001111111010010111000001 | d4ee3fa5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)