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 | åü·noBF | 11100101111111001011011101101110011011110100001001000110 | e5fcb76e6f4246 |
SJIS-WIN | ???noBF | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
EUC-JP | åü?noBF | 1000111110101011101010011000111110101011111001000011111101101110011011110100001001000110 | 8faba98fabe43f6e6f4246 |
UTF-8 | åü·noBF | 11000011101001011100001110111100110000101011011101101110011011110100001001000110 | c3a5c3bcc2b76e6f4246 |
UHC | ??·noBF | 0011111100111111101000011010010001101110011011110100001001000110 | 3f3fa1a46e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)