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 | 100011111011101111111001101111001010101101101000 | 8fbbf9bcab68 |
SJIS-WIN | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
EUC-JP | ??ù??h | 0011111100111111100011111010101111100011001111110011111101101000 | 3f3f8fabe33f3f68 |
UTF-8 | »ù¼«h | 1100001010001111110000101011101111000011101110011100001010111100110000101010101101101000 | c28fc2bbc3b9c2bcc2ab68 |
UHC | ???¼?h | 00111111001111110011111110101000111110010011111101101000 | 3f3f3fa8f93f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)