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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 萬謂 | 11100100110111011000100011100000 | e4dd88e0 |
EUC-JP | 萬謂 | 11101000110111111011000011100010 | e8dfb0e2 |
UTF-8 | 萬謂 | 111010001001000010101100111010001010110010000010 | e890ace8ac82 |
UHC | 萬謂 | 11011000101111111110101011011101 | d8bfeadd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)