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 | 疑??齬?7 | 100010110101111000111111001111111110101010010111001111111000001001010110 | 8b5e3f3fea973f8256 |
| EUC-JP | 疑??齬?7 | 101101011011111100111111001111111111001111110111001111111010001110110111 | b5bf3f3ff3f73fa3b7 |
| UTF-8 | 疑껅콨齬노7 | 111001111001011010010001111010101011101110000101111011001011110110101000111010011011110110101100111010111000010110111000111011111011110010010111 | e79691eabb85ecbda8e9bdaceb85b8efbc97 |
| UHC | 疑껅콨齬노7 | 111010111111011110000011111001101011000110011101111001011110000110110011111010111010001110110111 | ebf783e6b19de5e1b3eba3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)