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 | 1000111111101011111110001111101101001000 | 8febf8fb48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ?ëøûH | 0011111110001111101010111011001110001111101010011100110010001111101010111110010101001000 | 3f8fabb38fa9cc8fabe548 |
UTF-8 | ëøûH | 110000101000111111000011101010111100001110111000110000111011101101001000 | c28fc3abc3b8c3bb48 |
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)