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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 輊軫潁躬 | 1110011101101000111001110110011010011111111100011110011101011010 | e768e7669ff1e75a |
| EUC-JP | 輊軫潁躬 | 1110110111001001111011011100011111011110111100111110110110111011 | edc9edc7def3edbb |
| UTF-8 | 輊軫潁躬 | 111010001011110010001010111010001011101110101011111001101011110110000001111010001011101010101100 | e8bc8ae8bbabe6bd81e8baac |
| UHC | ?軫潁躬 | 00111111111100101110001011100111101110001100111111100101 | 3ff2e2e7b8cfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)