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 | 蓿ォ蟄溽キ毅 | 11100100111100001010101111100101101011011001111111100111101101111000101101000010 | e4f0abe5ad9fe7b78b42 |
| EUC-JP | 蓿ォ蟄溽キ毅 | 111010001111001010001110101010111110101010101111110111101110100110001110101101111011010110100011 | e8f28eabeaafdee98eb7b5a3 |
| UTF-8 | 蓿ォ蟄溽キ毅 | 111010001001001110111111111011111011110110101011111010001001111110000100111001101011101010111101111011111011110110110111111001101010111110000101 | e893bfefbdabe89f84e6babdefbdb7e6af85 |
| UHC | ??蟄??毅 | 0011111100111111111101101101111000111111001111111110101111110110 | 3f3ff6de3f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)