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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 要??節⑨?A | 10010111011101100011111100111111100100001101111110000111010010000011111101000001 | 97763f3f90df87483f41 |
| EUC-JP | 要??節??A | 110011011101011100111111001111111100000011100001001111110011111101000001 | cdd73f3fc0e13f3f41 |
| UTF-8 | 要뺟뼯節⑨슬A | 11101000101001101000000111101011101110101001111111101011101111001010111111100111101011111000000011100010100100011010100011101100100010101010110001000001 | e8a681ebba9febbcafe7af80e291a8ec8aac41 |
| UHC | 要뺟뼯節⑨슬A | 11101001101010011001010111100111100101101011001011101111101111011010100011101111101111011011110101000001 | e9a995e796b2efbda8efbdbd41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)