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 | ×ô¶ý | 11010111111101001011011011111101 | d7f4b6fd |
SJIS-WIN | ×?¶? | 100000010111111000111111100000011111011100111111 | 817e3f81f73f |
EUC-JP | ×ô¶ý | 10100001110111111000111110101011110101001010001011111001100011111010101111110010 | a1df8fabd4a2f98fabf2 |
UTF-8 | ×ô¶ý | 1100001110010111110000111011010011000010101101101100001110111101 | c397c3b4c2b6c3bd |
UHC | ×?¶? | 101000011011111100111111101000101101001000111111 | a1bf3fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)