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 | 蒔鉙式 | 1111000010100111100011101010101011111011110010001000111010101110 | f0a78eaafbc88eae |
| EUC-JP | ?蒔鉙式 | 0011111110111100101011001000111111100011111000111011110010110000 | 3fbcac8fe3e3bcb0 |
| UTF-8 | 蒔鉙式 | 111011101000000110100110111010001001001010010100111010011000100110011001111001011011110010001111 | ee81a6e89294e98999e5bc8f |
| UHC | ?蒔?式 | 001111111110001111001000001111111110001111010010 | 3fe3c83fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)