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 | ç£åv | 11100111101000111001101011100101100111111000001101110110 | e7a39ae59f8376 |
SJIS-WIN | ?£????v | 0011111110000001100100100011111100111111001111110011111101110110 | 3f81923f3f3f3f76 |
EUC-JP | ç£?å??v | 100011111010101110101110101000011111001000111111100011111010101110101001001111110011111101110110 | 8fabaea1f23f8faba93f3f76 |
UTF-8 | ç£åv | 11000011101001111100001010100011110000101001101011000011101001011100001010011111110000101000001101110110 | c3a7c2a3c29ac3a5c29fc28376 |
UHC | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)