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 | 耳?圓 | 1000111010101000001111111001101010100010 | 8ea83f9aa2 |
EUC-JP | 耳?圓 | 1011110010101010001111111101010010100100 | bcaa3fd4a4 |
UTF-8 | 耳렲圓 | 111010001000000010110011111010111010000010110010111001011001110010010011 | e880b3eba0b2e59c93 |
UHC | 耳렲圓 | 111011001011110010001110101111111110101010101101 | ecbc8ebfeaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)