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 | 1110010110001111101010011110011110110110100110100100100101000010 | e58fa9e7b69a4942 |
EUC-JP | 蜿ゥ邯唔B | 111010011110111110001110101010011110111010111000110100111010101001000010 | e9ef8ea9eeb8d3aa42 |
UTF-8 | 蜿ゥ邯唔B | 11101000100111001011111111101111101111011010100111101001100000101010111111100101100101001001010001000010 | e89cbfefbda9e982afe5949442 |
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)