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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衆?袁??? | 1000111101001111001111111110010111001101001111110011111100111111 | 8f4f3fe5cd3f3f3f |
EUC-JP | 衆?袁??? | 1011110110110000001111111110101011001111001111110011111100111111 | bdb03feacf3f3f3f |
UTF-8 | 衆렲袁얜렣렕 | 111010001010000110000110111010111010000010110010111010001010001010000001111011001001011010011100111010111010000010100011111010111010000010010101 | e8a186eba0b2e8a281ec969ceba0a3eba095 |
UHC | 衆렲袁얜렣렕 | 111100011110101110001110101111111110101010111110101111101110101110001110101101001000111010101010 | f1eb8ebfeabebeeb8eb48eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)