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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?倡?讖^ | 00111111100110001110011100111111111001101010100101011110 | 3f98e73fe6a95e |
EUC-JP | ?倡?讖^ | 00111111110100001110100100111111111011001010101101011110 | 3fd0e93fecab5e |
UTF-8 | 뤹倡뤹讖^ | 11101011101001001011100111100101100000001010000111101011101001001011100111101000101011101001011001011110 | eba4b9e580a1eba4b9e8ae965e |
UHC | 뤹倡뤹讖^ | 100011111110011111110011110110111000111111100111111100111101100101011110 | 8fe7f3db8fe7f3d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)