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 | ?e\ | 001111110110010101011100 | 3f655c |
SJIS-WIN | 鯤e\ | 11101001110010000110010101011100 | e9c8655c |
EUC-JP | 鯤e\ | 11110010110010100110010101011100 | f2ca655c |
UTF-8 | 鯤e\ | 1110100110101111101001000110010101011100 | e9afa4655c |
UHC | 鯤e\ | 11001101111001100110010101011100 | cde6655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)