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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 、隘裝盖」 | 11110000111000101010010011101000101001011110010111100100111000011011001110100011 | f0e2a4e8a5e5e4e1b3a3 |
EUC-JP | ?、隘裝盖」 | 0011111110001110101001001111000010100111111010101110011011100010101101011000111010100011 | 3f8ea4f0a7eae6e2b58ea3 |
UTF-8 | 、隘裝盖」 | 111011101000001010100001111011111011110110100100111010011001101010011000111010001010001110011101111001111001101110010110111011111011110110100011 | ee82a1efbda4e99a98e8a39de79b96efbda3 |
UHC | ??隘裝盖? | 001111110011111111100100111101101110110111111011110010111100110000111111 | 3f3fe4f6edfbcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)