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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 揖??揖??B | 100101110100101100111111001111111001011101001011001111110011111101000010 | 974b3f3f974b3f3f42 |
| EUC-JP | 揖??揖??B | 110011011010110000111111001111111100110110101100001111110011111101000010 | cdac3f3fcdac3f3f42 |
| UTF-8 | 揖쇽㎨揖쇽㎨B | 11100110100011111001011011101100100001111011110111100011100011101010100011100110100011111001011011101100100001111011110111100011100011101010100001000010 | e68f96ec87bde38ea8e68f96ec87bde38ea842 |
| UHC | 揖쇽㎨揖쇽㎨B | 11101011111001111011110011101111101001111011111011101011111001111011110011101111101001111011111001000010 | ebe7bcefa7beebe7bcefa7be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)