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 | 葹獻莟 | 111001001101111111100000110110011110010010101111 | e4dfe0d9e4af |
EUC-JP | 葹獻莟 | 111010001110000111100000110110111110100010110001 | e8e1e0dbe8b1 |
UTF-8 | 葹獻莟 | 111010001001000110111001111001111000110110111011111010001000111010011111 | e891b9e78dbbe88e9f |
UHC | ?獻? | 00111111111110101100110000111111 | 3ffacc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)