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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏冗ョ戎 | 11111011101100101000111111100111101011101000111101011110 | fbb28fe7ae8f5e |
EUC-JP | 軏冗ョ戎 | 100011111110000011011001101111101110100110001110101011101011110110111111 | 8fe0d9bee98eaebdbf |
UTF-8 | 軏冗ョ戎 | 111010001011101110001111111001011000011010010111111011111011110110101110111001101000100010001110 | e8bb8fe58697efbdaee6888e |
UHC | ?冗?戎 | 001111111110100110110111001111111110101111010100 | 3fe9b73febd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)