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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?拱h | 00111111100111010110100101101000 | 3f9d6968 |
EUC-JP | 伈拱h | 100011111011000011010101110110011100101001101000 | 8fb0d5d9ca68 |
UTF-8 | 伈拱h | 11100100101111001000100011100110100010111011000101101000 | e4bc88e68bb168 |
UHC | ?拱h | 00111111110011011111001001101000 | 3fcdf268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)