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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 娥?娥容B | 1001101101001101001111111001101101001101100101110110010101000010 | 9b4d3f9b4d976542 |
EUC-JP | 娥?娥容B | 1101010110101110001111111101010110101110110011011100011001000010 | d5ae3fd5aecdc642 |
UTF-8 | 娥礖娥容B | 11100101101010001010010111100111101001001001011011100101101010001010010111100101101011101011100101000010 | e5a8a5e7a496e5a8a5e5aeb942 |
UHC | 娥礖娥容B | 111001001011000011100110101001101110010010110000111010011011101101000010 | e4b0e6a6e4b0e9bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)