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 | 陲門ュォ | 111010001010001010010110111001011010110110101011 | e8a296e5adab |
| EUC-JP | 陲門ュォ | 1111000010100100110011001110011110001110101011011000111010101011 | f0a4cce78ead8eab |
| UTF-8 | 陲門ュォ | 111010011001100110110010111010011001011010000000111011111011110110101101111011111011110110101011 | e999b2e99680efbdadefbdab |
| UHC | ?門?? | 0011111111011010101001100011111100111111 | 3fdaa63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)