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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 姐縫??褐? | 100010001011011110010110010001000011111100111111100010101000110000111111 | 88b796443f3f8a8c3f |
| EUC-JP | 姐縫?侁褐? | 1011000010111001110010111010010100111111100011111011000011111100101100111110110000111111 | b0b9cba53f8fb0fcb3ec3f |
| UTF-8 | 姐縫㏜侁褐ㄲ | 111001011010011110010000111001111011100010101011111000111000111110011100111001001011111010000001111010001010010010010000111000111000010010110010 | e5a790e7b8abe38f9ce4be81e8a490e384b2 |
| UHC | 姐縫㏜侁褐ㄲ | 111011101011101111011100111011101010011111101110111000111110000011001010111010001010010010100010 | eebbdceea7eee3e0cae8a4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)