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 | 瀞但 | 10010011110100101001001001000001 | 93d29241 |
EUC-JP | 瀞但 | 11000110110101001100001110100010 | c6d4c3a2 |
UTF-8 | 瀞但 | 111001111000000010011110111001001011110110000110 | e7809ee4bd86 |
UHC | 瀞但 | 11101111111001111101001110100011 | efe7d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)