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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 域??榮?B | 1000100011100110001111110011111110011110110001000011111101000010 | 88e63f3f9ec43f42 |
EUC-JP | 域??榮?B | 1011000011101000001111110011111111011100110001100011111101000010 | b0e83f3fdcc63f42 |
UTF-8 | 域⑶뒔榮낦B | 11100101100111111001111111100010100100011011011011101011100100101001010011100110101001101010111011101011100000101010011001000010 | e59f9fe291b6eb9294e6a6aeeb82a642 |
UHC | 域⑶뒔榮낦B | 1110011010110100101010011110100110001010100100011110011110110100100001100100001001000010 | e6b4a9e98a91e7b4864242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)