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 | ×Ü×Ü^ | 1101011111011100110101111101110001011110 | d7dcd7dc5e |
SJIS-WIN | ×?×?^ | 10000001011111100011111110000001011111100011111101011110 | 817e3f817e3f5e |
EUC-JP | ×Ü×Ü^ | 1010000111011111100011111010101011100100101000011101111110001111101010101110010001011110 | a1df8faae4a1df8faae45e |
UTF-8 | ×Ü×Ü^ | 110000111001011111000011100111001100001110010111110000111001110001011110 | c397c39cc397c39c5e |
UHC | ×?×?^ | 10100001101111110011111110100001101111110011111101011110 | a1bf3fa1bf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)