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 | 艱?或^ | 111001001000010100111111100010001011110101011110 | e4853f88bd5e |
| EUC-JP | 艱頰或^ | 1110011111100101100011111110100010100100101100001011111101011110 | e7e58fe8a4b0bf5e |
| UTF-8 | 艱頰或^ | 11101000100010011011000111101001101000001011000011100110100010001001011001011110 | e889b1e9a0b0e688965e |
| UHC | 艱頰或^ | 11001010110111101111101011111010111110111110010001011110 | cadefafafbe45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)