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 | ?諄?^ | 0011111111100110011110000011111101011110 | 3fe6783f5e |
| EUC-JP | ?諄?^ | 0011111111101011110110010011111101011110 | 3febd93f5e |
| UTF-8 | 롒諄렣^ | 11101011101000011001001011101000101010111000010011101011101000001010001101011110 | eba192e8ab84eba0a35e |
| UHC | 롒諄렣^ | 10001110110101111110001011110100100011101011010001011110 | 8ed7e2f48eb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)