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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 葉??蘊?? | 1001011101110100001111110011111111100101010111010011111100111111 | 97743f3fe55d3f3f |
| EUC-JP | 葉??蘊?? | 1100110111010101001111110011111111101001101111100011111100111111 | cdd53f3fe9be3f3f |
| UTF-8 | 葉띄뇭蘊욎옃 | 111010001001000110001001111010111001110110000100111010111000011110101101111010001001100010001010111011001001101010001110111011001001100010000011 | e89189eb9d84eb87ade8988aec9a8eec9883 |
| UHC | 葉띄뇭蘊욎옃 | 111001111010100010110110111001111000011110010010111010001011001110011110111011001001111010001111 | e7a8b6e78792e8b39eec9e8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)