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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 焏ワ鮗シ^ | 11111011010100111101110011101001101110101011110001011110 | fb53dce9babc5e |
EUC-JP | 焏ワ鮗シ^ | 10001111110010011110100110001110110111001111001010111100100011101011110001011110 | 8fc9e98edcf2bc8ebc5e |
UTF-8 | 焏ワ鮗シ^ | 11100111100001001000111111101111101111101001110011101001101011101001011111101111101111011011110001011110 | e7848fefbe9ce9ae97efbdbc5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)