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 | 蓖ゥ譌愁^ | 1110010011101101101010011110011010010111100011110100010001011110 | e4eda9e6978f445e |
EUC-JP | 蓖ゥ譌愁^ | 111010001110111110001110101010011110101111110111101111011010010101011110 | e8ef8ea9ebf7bda55e |
UTF-8 | 蓖ゥ譌愁^ | 11101000100100111001011011101111101111011010100111101000101011011000110011100110100001001000000101011110 | e89396efbda9e8ad8ce684815e |
UHC | ???愁^ | 001111110011111100111111111000011111111001011110 | 3f3f3fe1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)