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 | ミー菽奣 | 110100001011000011100100110000011111101010100011 | d0b0e4c1faa3 |
| EUC-JP | ミー菽奣 | 100011101101000010001110101100001110100011000011100011111011100011111100 | 8ed08eb0e8c38fb8fc |
| UTF-8 | ミー菽奣 | 111011111011111010010000111011111011110110110000111010001000111110111101111001011010010110100011 | efbe90efbdb0e88fbde5a5a3 |
| UHC | ??菽? | 0011111100111111111000101101110100111111 | 3f3fe2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)