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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 曹外曹外B | 100100011000001010001010010011111001000110000010100010100100111101000010 | 91828a4f91828a4f42 |
| EUC-JP | 曹外曹外B | 110000011110001010110011101100001100000111100010101100111011000001000010 | c1e2b3b0c1e2b3b042 |
| UTF-8 | 曹外曹外B | 11100110100110111011100111100101101001001001011011100110100110111011100111100101101001001001011001000010 | e69bb9e5a496e69bb9e5a49642 |
| UHC | 曹外曹外B | 111100001100011111101000111000101111000011000111111010001110001001000010 | f0c7e8e2f0c7e8e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)