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 | ?指 | 001111111000111001110111 | 3f8e77 |
EUC-JP | ?指 | 001111111011101111011000 | 3fbbd8 |
UTF-8 | 롆指 | 111010111010000110000110111001101000110010000111 | eba186e68c87 |
UHC | 롆指 | 10001110110011001111001010100110 | 8eccf2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)