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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 籬襌 | 11100010110111111110010111111001 | e2dfe5f9 |
EUC-JP | 籬襌 | 11100100111000011110101011111011 | e4e1eafb |
UTF-8 | 籬襌 | 111001111011000110101100111010001010010110001100 | e7b1ace8a58c |
UHC | 籬? | 110101111110011000111111 | d7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)