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 | 畯孟∧ | 111110110110111110010110110100001000000111001000 | fb6f96d081c8 |
EUC-JP | 畯孟∧ | 10001111110011011011101111001100110100101010001011001010 | 8fcdbbccd2a2ca |
UTF-8 | 畯孟∧ | 111001111001010110101111111001011010110110011111111000101000100010100111 | e795afe5ad9fe288a7 |
UHC | 畯孟∧ | 111100011110000111011000111010111010000111111100 | f1e1d8eba1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)