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 | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| SJIS-WIN | ???節??O^ | 001111110011111100111111100100001101111100111111001111110100111101011110 | 3f3f3f90df3f3f4f5e |
| EUC-JP | ???節??O^ | 001111110011111100111111110000001110000100111111001111110100111101011110 | 3f3f3fc0e13f3f4f5e |
| UTF-8 | 僚볠슗節쏙슛O^ | 1110111110100110101110111110101110110011101000001110110010001010100101111110011110101111100000001110110010001111100110011110110010001010100110110100111101011110 | efa6bbebb3a0ec8a97e7af80ec8f99ec8a9b4f5e |
| UHC | 僚볠슗節쏙슛O^ | 1110100011101000100100111110011010011010101001101110111110111101101111011110111110111101101110000100111101011110 | e8e893e69aa6efbdbdefbdb84f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)