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 | 10010000101100110011111111100101110011010011111110010011010000100011111101000010 | 90b33fe5cd3f93423f42 |
| EUC-JP | 正?袁?釘?B | 11000000101101010011111111101010110011110011111111000101101000110011111101000010 | c0b53feacf3fc5a33f42 |
| UTF-8 | 正렓袁렠釘렮B | 11100110101011011010001111101011101000001001001111101000101000101000000111101011101000001010000011101001100001111001100011101011101000001010111001000010 | e6ada3eba093e8a281eba0a0e98798eba0ae42 |
| UHC | 正렓袁렠釘렮B | 11101111111000011000111010101000111010101011111010001110101100011110111111111001100011101011101101000010 | efe18ea8eabe8eb1eff98ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)