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 | 雁雎劈 | 100010101110010111101000101100011001100110011100 | 8ae5e8b1999c |
EUC-JP | 雁雎劈 | 101101001110011111110000101100111101000111111100 | b4e7f0b3d1fc |
UTF-8 | 雁雎劈 | 111010011001101110000001111010011001101110001110111001011000101010001000 | e99b81e99b8ee58a88 |
UHC | 雁雎劈 | 111001001101001011101110110100011101101111111001 | e4d2eed1dbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)