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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珥嵌? | 1110000011100000100110111100011000111111 | e0e09bc63f |
EUC-JP | 珥嵌? | 1110000011100010110101101100100000111111 | e0e2d6c83f |
UTF-8 | 珥嵌욹 | 111001111000111110100101111001011011010110001100111011001001101010111001 | e78fa5e5b58cec9ab9 |
UHC | 珥嵌욹 | 111011001011010011001010111011101011111111110000 | ecb4caeebff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)