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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 賊?佇? | 100100011010111100111111100110001100100000111111 | 91af3f98c83f |
EUC-JP | 賊?佇? | 110000101011000100111111110100001100101000111111 | c2b13fd0ca3f |
UTF-8 | 賊렍佇렰 | 111010001011001110001010111010111010000010001101111001001011110110000111111010111010000010110000 | e8b38aeba08de4bd87eba0b0 |
UHC | 賊렍佇렰 | 1110111011100100100011101010001111101110101101111000111010111101 | eee48ea3eeb78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)