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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 衆?缺^ | 100011110100111100111111111000111001111001011110 | 8f4f3fe39e5e |
EUC-JP | 衆?缺^ | 101111011011000000111111111001011111111001011110 | bdb03fe5fe5e |
UTF-8 | 衆累缺^ | 11101000101000011000011011101111101001011000111111100111101111001011101001011110 | e8a186efa58fe7bcba5e |
UHC | 衆累缺^ | 11110001111010111101001011101001110011001100000001011110 | f1ebd2e9ccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)