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 | 蟒仙サ真 | 11100101101110111001000011100101101110111001000001011110 | e5bb90e5bb905e |
EUC-JP | 蟒仙サ真 | 1110101010111101110000001110011110001110101110111011111110111111 | eabdc0e78ebbbfbf |
UTF-8 | 蟒仙サ真 | 111010001001111110010010111001001011101110011001111011111011110110111011111001111001110010011111 | e89f92e4bb99efbdbbe79c9f |
UHC | ?仙?? | 0011111111100000101110010011111100111111 | 3fe0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)