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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
| SJIS-WIN | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
| EUC-JP | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
| UTF-8 | 렺씻렕렻씽렮[ | 11101011101000001011101011101100100101001011101111101011101000001001010111101011101000001011101111101100100101001011110111101011101000001010111001011011 | eba0baec94bbeba095eba0bbec94bdeba0ae5b |
| UHC | 렺씻렕렻씽렮[ | 10001110110000101011111011000100100011101010101010001110110000111011111011000101100011101011101101011011 | 8ec2bec48eaa8ec3bec58ebb5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)