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 | 11111011101000001011111001101111 | fba0be6f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | û??o | 100011111010101111100101001111110011111101101111 | 8fabe53f3f6f |
UTF-8 | û ¾o | 11000011101110111100001010100000110000101011111001101111 | c3bbc2a0c2be6f |
UHC | ??¾o | 0011111100111111101010001111101001101111 | 3f3fa8fa6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)