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 | 11101000111000001001000111101011101000001011001001010110 | e8e091eba0b256 |
SJIS-WIN | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
EUC-JP | èà?ë??V | 10001111101010111011001010001111101010111010001000111111100011111010101110110011001111110011111101010110 | 8fabb28faba23f8fabb33f3f56 |
UTF-8 | èàë ²V | 11000011101010001100001110100000110000101001000111000011101010111100001010100000110000101011001001010110 | c3a8c3a0c291c3abc2a0c2b256 |
UHC | ?????²V | 0011111100111111001111110011111100111111101010011111011101010110 | 3f3f3f3f3fa9f756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)