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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 壕蕎??? | 10001101100010001000101110111100001111110011111100111111 | 8d888bbc3f3f3f |
| EUC-JP | 壕蕎?灝? | 101110011110100010110110101111100011111110001111110010011011111100111111 | b9e8b6be3f8fc9bf3f |
| UTF-8 | 壕蕎ㄾ灝젓 | 111001011010001110010101111010001001010110001110111000111000010010111110111001111000000110011101111011001010000010010011 | e5a395e8958ee384bee7819deca093 |
| UHC | 壕蕎ㄾ灝젓 | 11111011101111011100111011110000101001001010111011111011110011101100000110100011 | fbbdcef0a4aefbcec1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)