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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 日?璋?\ | 10010011111110100011111111100000111101100011111101011100 | 93fa3fe0f63f5c |
EUC-JP | 日?璋?\ | 11000110111111000011111111100000111110000011111101011100 | c6fc3fe0f83f5c |
UTF-8 | 日렟璋렲\ | 11100110100101111010010111101011101000001001111111100111100100101000101111101011101000001011001001011100 | e697a5eba09fe7928beba0b25c |
UHC | 日렟璋렲\ | 111011001110110110001110101100001110110111110000100011101011111101011100 | eced8eb0edf08ebf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)