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 | þ}þ}G | 1001000111111110011111011001000111111110011111011001001001000111 | 91fe7d91fe7d9247 |
SJIS-WIN | ??}??}?G | 0011111100111111011111010011111100111111011111010011111101000111 | 3f3f7d3f3f7d3f47 |
EUC-JP | ?þ}?þ}?G | 001111111000111110101001110100000111110100111111100011111010100111010000011111010011111101000111 | 3f8fa9d07d3f8fa9d07d3f47 |
UTF-8 | þ}þ}G | 11000010100100011100001110111110011111011100001010010001110000111011111001111101110000101001001001000111 | c291c3be7dc291c3be7dc29247 |
UHC | ?þ}?þ}?G | 00111111101010011010110101111101001111111010100110101101011111010011111101000111 | 3fa9ad7d3fa9ad7d3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)