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 | ??J??M^ | 00111111001111110100101000111111001111110100110101011110 | 3f3f4a3f3f4d5e |
SJIS-WIN | 障?J紆?M^ | 100011111110000100111111010010101110001011111100001111110100110101011110 | 8fe13f4ae2fc3f4d5e |
EUC-JP | 障?J紆?M^ | 101111101110001100111111010010101110010011111110001111110100110101011110 | bee33f4ae4fe3f4d5e |
UTF-8 | 障렚J紆렣M^ | 111010011001101010011100111010111010000010011010010010101110011110110100100001101110101110100000101000110100110101011110 | e99a9ceba09a4ae7b486eba0a34d5e |
UHC | 障렚J紆렣M^ | 1110111010100001100011101010110101001010111010011110000110001110101101000100110101011110 | eea18ead4ae9e18eb44d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)