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 | 禹?禹?^ | 11100010010110100011111111100010010110100011111101011110 | e25a3fe25a3f5e |
EUC-JP | 禹?禹?^ | 11100011101110110011111111100011101110110011111101011110 | e3bb3fe3bb3f5e |
UTF-8 | 禹쉈禹쉈^ | 11100111101001101011100111101100100010011000100011100111101001101011100111101100100010011000100001011110 | e7a6b9ec8988e7a6b9ec89885e |
UHC | 禹쉈禹쉈^ | 111010011110000010111101101001011110100111100000101111011010010101011110 | e9e0bda5e9e0bda55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)