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 | éç½^ | 1001000011101001111001111011110101011110 | 90e9e7bd5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?éç?^ | 001111111000111110101011101100011000111110101011101011100011111101011110 | 3f8fabb18fabae3f5e |
UTF-8 | éç½^ | 110000101001000011000011101010011100001110100111110000101011110101011110 | c290c3a9c3a7c2bd5e |
UHC | ???½^ | 001111110011111100111111101010001111011001011110 | 3f3f3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)