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 | ?璹??璹?^ | 0011111110001111110011001110011100111111001111111000111111001100111001110011111101011110 | 3f8fcce73f3f8fcce73f5e |
UTF-8 | 씌璹롚씌璹롘^ | 11101100100101001000110011100111100100101011100111101011101000011001101011101100100101001000110011100111100100101011100111101011101000011001100001011110 | ec948ce792b9eba19aec948ce792b9eba1985e |
UHC | 씌璹롚씌璹롘^ | 10111110101110101110001011011011100011101101111010111110101110101110001011011011100011101101110001011110 | bebae2db8edebebae2db8edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)