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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蜿ゥ邯哦B | 1110010110001111101010011110011110110110100110100100011101000010 | e58fa9e7b69a4742 |
EUC-JP | 蜿ゥ邯哦B | 111010011110111110001110101010011110111010111000110100111010100001000010 | e9ef8ea9eeb8d3a842 |
UTF-8 | 蜿ゥ邯哦B | 11101000100111001011111111101111101111011010100111101001100000101010111111100101100100111010011001000010 | e89cbfefbda9e982afe593a642 |
UHC | ??邯?B | 001111110011111111001010111110110011111101000010 | 3f3fcafb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)