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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 驕可ー縺夂沮 | 1110100110000001100010011100001010110000111000111000000110011010111001111001111110011100 | e98189c2b0e3819ae79f9c |
| EUC-JP | 驕可ー縺夂沮 | 111100011110000110110010110001001000111010110000111001011110000111010100111010011101110111111100 | f1e1b2c48eb0e5e1d4e9ddfc |
| UTF-8 | 驕可ー縺夂沮 | 111010011010100110010101111001011000111110101111111011111011110110110000111001111011100010111010111001011010010010000010111001101011001010101110 | e9a995e58fafefbdb0e7b8bae5a482e6b2ae |
| UHC | 驕可???沮 | 110011101111011011001010101001100011111100111111001111111110111011000001 | cef6caa63f3f3feec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)