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 | 雎磯愎 | 111010001011000110001000111010011001110010111101 | e8b188e99cbd |
EUC-JP | 雎磯愎 | 111100001011001110110000111010111101100010111111 | f0b3b0ebd8bf |
UTF-8 | 雎磯愎 | 111010011001101110001110111001111010001110101111111001101000010010001110 | e99b8ee7a3afe6848e |
UHC | 雎磯愎 | 111011101101000111010001101101001111100010110100 | eed1d1b4f8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)