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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昊?堯域 | 10011101110111010011111111101010100111111000100011100110 | 9ddd3fea9f88e6 |
EUC-JP | 昊?堯域 | 11011010110111110011111111110100101000011011000011101000 | dadf3ff4a1b0e8 |
UTF-8 | 昊秊堯域 | 111001101001100010001010111011111010011010010101111001011010000010101111111001011001111110011111 | e6988aefa695e5a0afe59f9f |
UHC | 昊秊堯域 | 1111101111000100111001101101110011101000111010111110011010110100 | fbc4e6dce8ebe6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)