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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ∵?岫??^ | 1000000111100110001111111001101110101011001111110011111101011110 | 81e63f9bab3f3f5e |
EUC-JP | ∵?岫?洧^ | 10100010111010000011111111010110101011010011111110001111110001111011010001011110 | a2e83fd6ad3f8fc7b45e |
UTF-8 | ∵룶岫룫洧^ | 11100010100010001011010111101011101000111011011011100101101100101010101111101011101000111010101111100110101101001010011101011110 | e288b5eba3b6e5b2abeba3abe6b4a75e |
UHC | ∵룶岫룫洧^ | 1010000111110001100011111010101111100001111110111000111110100010111010101111101101011110 | a1f18fabe1fb8fa2eafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)