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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 役??^ | 1001011011110000001111110011111101011110 | 96f03f3f5e |
| EUC-JP | 役??^ | 1100110011110010001111110011111101011110 | ccf23f3f5e |
| UTF-8 | 役대깺^ | 11100101101111011011100111101011100011001000000011101010101110011011101001011110 | e5bdb9eb8c80eab9ba5e |
| UHC | 役대깺^ | 11100110101101011011010011101011100000111010011001011110 | e6b5b4eb83a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)