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 | û²^kF | 111110111011001010001111010111100110101101000110 | fbb28f5e6b46 |
SJIS-WIN | ???^kF | 001111110011111100111111010111100110101101000110 | 3f3f3f5e6b46 |
EUC-JP | û??^kF | 1000111110101011111001010011111100111111010111100110101101000110 | 8fabe53f3f5e6b46 |
UTF-8 | û²^kF | 110000111011101111000010101100101100001010001111010111100110101101000110 | c3bbc2b2c28f5e6b46 |
UHC | ?²?^kF | 00111111101010011111011100111111010111100110101101000110 | 3fa9f73f5e6b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)