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 | þ}þu | 100100011111111001111101100100011111111001110101 | 91fe7d91fe75 |
SJIS-WIN | ??}??u | 001111110011111101111101001111110011111101110101 | 3f3f7d3f3f75 |
EUC-JP | ?þ}?þu | 00111111100011111010100111010000011111010011111110001111101010011101000001110101 | 3f8fa9d07d3f8fa9d075 |
UTF-8 | þ}þu | 11000010100100011100001110111110011111011100001010010001110000111011111001110101 | c291c3be7dc291c3be75 |
UHC | ?þ}?þu | 0011111110101001101011010111110100111111101010011010110101110101 | 3fa9ad7d3fa9ad75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)