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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?????祛^ | 001111110011111100111111001111110011111110001111110100001101011101011110 | 3f3f3f3f3f8fd0d75e |
UTF-8 | 欌쟁車欌쟁祛^ | 11100110101011001000110011101100100111111000000111101111101001001000001011100110101011001000110011101100100111111000000111100111101001011001101101011110 | e6ac8cec9f81efa482e6ac8cec9f81e7a59b5e |
UHC | 欌쟁車欌쟁祛^ | 11101101111010111100000011101111110010111110011111101101111010111100000011101111110010111110010001011110 | edebc0efcbe7edebc0efcbe45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)