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 | 昱?昱?^ | 11111010011000110011111111111010011000110011111101011110 | fa633ffa633f5e |
EUC-JP | 昱?昱?^ | 100011111100001010101101001111111000111111000010101011010011111101011110 | 8fc2ad3f8fc2ad3f5e |
UTF-8 | 昱렱昱렱^ | 11100110100110001011000111101011101000001011000111100110100110001011000111101011101000001011000101011110 | e698b1eba0b1e698b1eba0b15e |
UHC | 昱렱昱렱^ | 111010011111000010001110101111101110100111110000100011101011111001011110 | e9f08ebee9f08ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)