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 | 苜恰稀 | 111001001001110010001010100001101000101101001000 | e49c8a868b48 |
EUC-JP | 苜恰稀 | 111001111111110010110011111001101011010110101001 | e7fcb3e6b5a9 |
UTF-8 | 苜恰稀 | 111010001000101110011100111001101000000110110000111001111010100010000000 | e88b9ce681b0e7a880 |
UHC | ?恰稀 | 0011111111111101111001101111110111111100 | 3ffde6fdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)