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ø | 1001001011111000011010001001001011111000 | 92f86892f8 |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ?øh?ø | 001111111000111110101001110011000110100000111111100011111010100111001100 | 3f8fa9cc683f8fa9cc |
UTF-8 | øhø | 110000101001001011000011101110000110100011000010100100101100001110111000 | c292c3b868c292c3b8 |
UHC | ?øh?ø | 00111111101010011010101001101000001111111010100110101010 | 3fa9aa683fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)