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 | 卒??究?瑜 | 100100011011001000111111001111111000101110000110001111111110000011101111 | 91b23f3f8b863fe0ef |
| EUC-JP | 卒??究?瑜 | 110000101011010000111111001111111011010111100110001111111110000011110001 | c2b43f3fb5e63fe0f1 |
| UTF-8 | 卒섧뤗究캀瑜 | 111001011000110110010010111011001000010010100111111010111010010010010111111001111010100110110110111011001011101010000000111001111001000110011100 | e58d92ec84a7eba497e7a9b6ecba80e7919c |
| UHC | 卒섧뤗究캀瑜 | 111100001110111110111100101101011000111111000111110011111011110010101111100011111110101110100101 | f0efbcb58fc7cfbcaf8feba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)