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 | ×ýö½^ | 1101011111111101111101101011110101011110 | d7fdf6bd5e |
SJIS-WIN | ×???^ | 100000010111111000111111001111110011111101011110 | 817e3f3f3f5e |
EUC-JP | ×ýö?^ | 10100001110111111000111110101011111100101000111110101011110100110011111101011110 | a1df8fabf28fabd33f5e |
UTF-8 | ×ýö½^ | 110000111001011111000011101111011100001110110110110000101011110101011110 | c397c3bdc3b6c2bd5e |
UHC | ×??½^ | 10100001101111110011111100111111101010001111011001011110 | a1bf3f3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)