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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 襠滓據^ | 11100101111110111001111111100110100111011001111101011110 | e5fb9fe69d9f5e |
EUC-JP | 襠滓據^ | 11101010111111011101111011101000110110101010000101011110 | eafddee8daa15e |
UTF-8 | 襠滓據^ | 11101000101001011010000011100110101110111001001111100110100100111001101001011110 | e8a5a0e6bb93e6939a5e |
UHC | ?滓據^ | 001111111110111010101011110010111110000001011110 | 3feeabcbe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)