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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??膿???^ | 0011111100111111100101000101111000111111001111110011111101011110 | 3f3f945e3f3f3f5e |
EUC-JP | ??膿???^ | 0011111100111111110001111011111100111111001111110011111101011110 | 3f3fc7bf3f3f3f5e |
UTF-8 | ∼룶膿∼룶籠^ | 11100010100010001011110011101011101000111011011011101000100001101011111111100010100010001011110011101011101000111011011011101111101001011000010001011110 | e288bceba3b6e886bfe288bceba3b6efa5845e |
UHC | ∼룶膿∼룶籠^ | 10100001101011011000111110101011110100101101101110100001101011011000111110101011110100101101100101011110 | a1ad8fabd2dba1ad8fabd2d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)