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 | ½ø½øB | 1011110111111000101111011111100001000010 | bdf8bdf842 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?ø?øB | 001111111000111110101001110011000011111110001111101010011100110001000010 | 3f8fa9cc3f8fa9cc42 |
UTF-8 | ½ø½øB | 110000101011110111000011101110001100001010111101110000111011100001000010 | c2bdc3b8c2bdc3b842 |
UHC | ½ø½øB | 101010001111011010101001101010101010100011110110101010011010101001000010 | a8f6a9aaa8f6a9aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)