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 | ç\¼á | 111001110101110010010101101111001110000110010011 | e75c95bce193 |
SJIS-WIN | ?\???? | 001111110101110000111111001111110011111100111111 | 3f5c3f3f3f3f |
EUC-JP | ç\??á? | 10001111101010111010111001011100001111110011111110001111101010111010000100111111 | 8fabae5c3f3f8faba13f |
UTF-8 | ç\¼á | 1100001110100111010111001100001010010101110000101011110011000011101000011100001010010011 | c3a75cc295c2bcc3a1c293 |
UHC | ?\?¼?? | 00111111010111000011111110101000111110010011111100111111 | 3f5c3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)