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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銓オ貂ャ鈑 | 1110011111110010101101011110011010111000101011001110011111100101 | e7f2b5e6b8ace7e5 |
EUC-JP | 銓オ貂ャ鈑 | 11101110111101001000111010110101111011001011101010001110101011001110111011100111 | eef48eb5ecba8eaceee7 |
UTF-8 | 銓オ貂ャ鈑 | 111010011000101010010011111011111011110110110101111010001011001010000010111011111011110110101100111010011000100010010001 | e98a93efbdb5e8b282efbdace98891 |
UHC | 銓?貂?鈑 | 1110111110110000001111111111010110110000001111111111011111111110 | efb03ff5b03ff7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)