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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 語??夜θ | 1000110011101010001111110011111110010110111010011000001111000110 | 8cea3f3f96e983c6 |
EUC-JP | 語??夜θ | 1011100011101100001111110011111111001100111010111010011011001000 | b8ec3f3fcceba6c8 |
UTF-8 | 語㏝뜑夜θ | 1110100010101010100111101110001110001111100111011110101110011100100100011110010110100100100111001100111010111000 | e8aa9ee38f9deb9c91e5a49cceb8 |
UHC | 語㏝뜑夜θ | 11100101110111101010011111101001100011011001010011100101101010001010010111101000 | e5dea7e98d94e5a8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)