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 | 倚但 | 10011000110111111001001001000001 | 98df9241 |
EUC-JP | 倚但 | 11010000111000011100001110100010 | d0e1c3a2 |
UTF-8 | 倚但 | 111001011000000010011010111001001011110110000110 | e5809ae4bd86 |
UHC | 倚但 | 11101011111011111101001110100011 | ebefd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)