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 | 100100011111111010010001101111011001001001000111 | 91fe91bd9247 |
SJIS-WIN | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
EUC-JP | ?þ???G | 0011111110001111101010011101000000111111001111110011111101000111 | 3f8fa9d03f3f3f47 |
UTF-8 | þ½G | 1100001010010001110000111011111011000010100100011100001010111101110000101001001001000111 | c291c3bec291c2bdc29247 |
UHC | ?þ?½?G | 0011111110101001101011010011111110101000111101100011111101000111 | 3fa9ad3fa8f63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)