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 | 倭▼Б扼 | 1001100001100000100000011010010110000100010000011001110101001110 | 986081a584419d4e |
EUC-JP | 倭▼Б扼 | 1100111111000001101000101010011110100111101000101101100110101111 | cfc1a2a7a7a2d9af |
UTF-8 | 倭▼Б扼 | 1110010110000000101011011110001010010110101111001101000010010001111001101000100110111100 | e580ade296bcd091e689bc |
UHC | 倭▼Б扼 | 1110100011011110101000011110010110101100101000101110010011111001 | e8dea1e5aca2e4f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)