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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??沮? | 0011111100111111100111111001110000111111 | 3f3f9f9c3f |
EUC-JP | 珽?沮? | 10001111110010111111111000111111110111011111110000111111 | 8fcbfe3fddfc3f |
UTF-8 | 珽렮沮렖 | 111001111000111110111101111010111010000010101110111001101011001010101110111010111010000010010110 | e78fbdeba0aee6b2aeeba096 |
UHC | 珽렮沮렖 | 1110111111101010100011101011101111101110110000011000111010101011 | efea8ebbeec18eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)