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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | ツ静ゥrB | 110000101001000011000011101010010111001001000010 | c290c3a97242 |
EUC-JP | ツ静ゥrB | 1000111011000010110000001100010110001110101010010111001001000010 | 8ec2c0c58ea97242 |
UTF-8 | ツ静ゥrB | 1110111110111110100000101110100110011101100110011110111110111101101010010111001001000010 | efbe82e99d99efbda97242 |
UHC | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)