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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ考ツ’ | 110000101000110101101100110000101000000101100110 | c28d6cc28166 |
EUC-JP | ツ考ツ’ | 1000111011000010101110011100110110001110110000101010000111000111 | 8ec2b9cd8ec2a1c7 |
UTF-8 | ツ考ツ’ | 111011111011111010000010111010001000000010000011111011111011111010000010111000101000000010011001 | efbe82e88083efbe82e28099 |
UHC | ?考?’ | 001111111100110111000101001111111010000110101111 | 3fcdc53fa1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)