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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?悚? | 00111111100111001001111000111111 | 3f9c9e3f |
EUC-JP | ?悚? | 00111111110101111111111000111111 | 3fd7fe3f |
UTF-8 | 짭悚묯 | 111011001010011110101101111001101000001010011010111010111010110010101111 | eca7ade6829aebacaf |
UHC | 짭悚묯 | 110000101010110011100001111001011001001001000110 | c2ace1e59246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)