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 | 、霎シ | 1111000111111001101001001110100010111110101111001111000111111001 | f1f9a4e8bebcf1f9 |
EUC-JP | ?、霎シ? | 0011111110001110101001001111000011000000100011101011110000111111 | 3f8ea4f0c08ebc3f |
UTF-8 | 、霎シ | 111011101000010110110100111011111011110110100100111010011001110010001110111011111011110110111100111011101000010110110100 | ee85b4efbda4e99c8eefbdbcee85b4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)