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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?i?F | 0011111110000010100010010011111101000110 | 3f82893f46 |
EUC-JP | ?i?F | 0011111110100011111010010011111101000110 | 3fa3e93f46 |
UTF-8 | 緣i뒔F | 11100111101101111010001111101111101111011000100111101011100100101001010001000110 | e7b7a3efbd89eb929446 |
UHC | 緣i뒔F | 11100110110111101010001111101001100010101001000101000110 | e6dea3e98a9146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)