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 | 跣拗跣 | 111001101110111110011101010110001110011011101111 | e6ef9d58e6ef |
EUC-JP | 跣拗跣 | 111011001111000111011001101110011110110011110001 | ecf1d9b9ecf1 |
UTF-8 | 跣拗跣 | 111010001011011110100011111001101000101110010111111010001011011110100011 | e8b7a3e68b97e8b7a3 |
UHC | 跣拗跣 | 111000001101001111101000111100111110000011010011 | e0d3e8f3e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)