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 | 渹質裄 | 111110110100011010001110101111111110010111100000 | fb468ebfe5e0 |
EUC-JP | 渹質裄 | 10001111110001111110111010111100110000011110101011100010 | 8fc7eebcc1eae2 |
UTF-8 | 渹質裄 | 111001101011100010111001111010001011001110101010111010001010001110000100 | e6b8b9e8b3aae8a384 |
UHC | ?質? | 00111111111100101111010100111111 | 3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)