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 | 、隘裝 | 11110000111000101010010011101000101001011110010111100100 | f0e2a4e8a5e5e4 |
EUC-JP | ?、隘裝 | 00111111100011101010010011110000101001111110101011100110 | 3f8ea4f0a7eae6 |
UTF-8 | 、隘裝 | 111011101000001010100001111011111011110110100100111010011001101010011000111010001010001110011101 | ee82a1efbda4e99a98e8a39d |
UHC | ??隘裝 | 001111110011111111100100111101101110110111111011 | 3f3fe4f6edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)