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 | àèB | 10001101111000001001010111101000100101001001010101000010 | 8de095e8949542 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ?à?è??B | 0011111110001111101010111010001000111111100011111010101110110010001111110011111101000010 | 3f8faba23f8fabb23f3f42 |
UTF-8 | àèB | 11000010100011011100001110100000110000101001010111000011101010001100001010010100110000101001010101000010 | c28dc3a0c295c3a8c294c29542 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)