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 | ?夭瘢 | 0011111110011010111011101110000110001101 | 3f9aeee18d |
EUC-JP | ?夭瘢 | 0011111111010100111100001110000111101101 | 3fd4f0e1ed |
UTF-8 | 뤵夭瘢 | 111010111010010010110101111001011010010010101101111001111001100010100010 | eba4b5e5a4ade798a2 |
UHC | 뤵夭瘢 | 100011111110001111101000111011001101101011101110 | 8fe3e8ecdaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)