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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
| SJIS-WIN | 乘彧i乘彧iB | 1001100010101001111110101011100101101001100110001010100111111010101110010110100101000010 | 98a9fab96998a9fab96942 |
| EUC-JP | 乘彧i乘彧iB | 11010000101010111000111110111100111111100110100111010000101010111000111110111100111111100110100101000010 | d0ab8fbcfe69d0ab8fbcfe6942 |
| UTF-8 | 乘彧i乘彧iB | 111001001011100110011000111001011011110110100111011010011110010010111001100110001110010110111101101001110110100101000010 | e4b998e5bda769e4b998e5bda76942 |
| UHC | 乘彧i乘彧iB | 1110001110101011111010011110111001101001111000111010101111101001111011100110100101000010 | e3abe9ee69e3abe9ee6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)