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êSE | 1110011001000010100010111110101010000010010100111001001001000101 | e6428bea82539245 |
SJIS-WIN | ?B???S?E | 0011111101000010001111110011111100111111010100110011111101000101 | 3f423f3f3f533f45 |
EUC-JP | æB?ê?S?E | 100011111010100111000001010000100011111110001111101010111011010000111111010100110011111101000101 | 8fa9c1423f8fabb43f533f45 |
UTF-8 | æBêSE | 11000011101001100100001011000010100010111100001110101010110000101000001001010011110000101001001001000101 | c3a642c28bc3aac28253c29245 |
UHC | æB???S?E | 101010011010000101000010001111110011111100111111010100110011111101000101 | a9a1423f3f3f533f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)