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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹊狗擂 | 111001101111110010001011111001111001110110100101 | e6fc8be79da5 |
EUC-JP | 蹊狗擂 | 111011001111111010110110111010011101101010100111 | ecfeb6e9daa7 |
UTF-8 | 蹊狗擂 | 111010001011100110001010111001111000101110010111111001101001001110000010 | e8b98ae78b97e69382 |
UHC | 蹊狗? | 1111101110110111110011111011011100111111 | fbb7cfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)