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 | ¨ù¨ö] | 1010100011111001101010001111011001011101 | a8f9a8f65d |
SJIS-WIN | ¨?¨?] | 10000001010011100011111110000001010011100011111101011101 | 814e3f814e3f5d |
EUC-JP | ¨ù¨ö] | 1010000110101111100011111010101111100011101000011010111110001111101010111101001101011101 | a1af8fabe3a1af8fabd35d |
UTF-8 | ¨ù¨ö] | 110000101010100011000011101110011100001010101000110000111011011001011101 | c2a8c3b9c2a8c3b65d |
UHC | ¨?¨?] | 10100001101001110011111110100001101001110011111101011101 | a1a73fa1a73f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)