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 | û¦øÄH | 1111101110100110111110001100010001001000 | fba6f8c448 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | û¦øÄH | 10001111101010111110010110001111101000101100001110001111101010011100110010001111101010101010001101001000 | 8fabe58fa2c38fa9cc8faaa348 |
UTF-8 | û¦øÄH | 110000111011101111000010101001101100001110111000110000111000010001001000 | c3bbc2a6c3b8c38448 |
UHC | ??ø?H | 001111110011111110101001101010100011111101001000 | 3f3fa9aa3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)