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 | êýo | 11101010111111011001011001101111 | eafd966f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | êý?o | 1000111110101011101101001000111110101011111100100011111101101111 | 8fabb48fabf23f6f |
UTF-8 | êýo | 11000011101010101100001110111101110000101001011001101111 | c3aac3bdc2966f |
UHC | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)