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 | 遨怜凍 | 111001111010100110010111111001011001001110000000 | e7a997e59380 |
| EUC-JP | 遨怜凍 | 111011101010101111001110111001111100010111100000 | eeabcee7c5e0 |
| UTF-8 | 遨怜凍 | 111010011000000110101000111001101000000010011100111001011000011110001101 | e981a8e6809ce5878d |
| UHC | ?怜凍 | 0011111111010110101110111101010011010000 | 3fd6bbd4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)