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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 譎幎」「B | 11100110100110011001101111101011101000111010001001000010 | e6999beba3a242 |
EUC-JP | 譎幎」「B | 111010111111100111010110111011011000111010100011100011101010001001000010 | ebf9d6ed8ea38ea242 |
UTF-8 | 譎幎」「B | 11101000101011011000111011100101101110011000111011101111101111011010001111101111101111011010001001000010 | e8ad8ee5b98eefbda3efbda242 |
UHC | 譎???B | 111111011101001000111111001111110011111101000010 | fdd23f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)