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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 底絅??O | 10010010111010101110001101000100001111110011111101001111 | 92eae3443f3f4f |
| EUC-JP | 底絅??O | 11000100111011001110010110100101001111110011111101001111 | c4ece5a53f3f4f |
| UTF-8 | 底絅렜렦O | 11100101101110101001010111100111101101011000010111101011101000001001110011101011101000001010011001001111 | e5ba95e7b585eba09ceba0a64f |
| UHC | 底絅렜렦O | 111011101011110011001100111001111000111010101110100011101011010101001111 | eebccce78eae8eb54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)