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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | エス汐V | 111100011111011110110100111100011000111010111101100011101010110001010110 | f1f7b4f18ebd8eac56 |
EUC-JP | ?エ?ス汐V | 001111111000111010110100001111111000111010111101101111001010111001010110 | 3f8eb43f8ebdbcae56 |
UTF-8 | エス汐V | 11101110100001011011001011101111101111011011010011101110100001001000100111101111101111011011110111100110101100011001000001010110 | ee85b2efbdb4ee8489efbdbde6b19056 |
UHC | ????汐V | 00111111001111110011111100111111111000001011000101010110 | 3f3f3f3fe0b156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)