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 | ???]???]^ | 001111110011111100111111010111010011111100111111001111110101110101011110 | 3f3f3f5d3f3f3f5d5e |
SJIS-WIN | ???]???]^ | 001111110011111100111111010111010011111100111111001111110101110101011110 | 3f3f3f5d3f3f3f5d5e |
EUC-JP | ???]???]^ | 001111110011111100111111010111010011111100111111001111110101110101011110 | 3f3f3f5d3f3f3f5d5e |
UTF-8 | 창혣창]창혣창]^ | 111011001011000010111101111011011001100010100011111011001011000010111101010111011110110010110000101111011110110110011000101000111110110010110000101111010101110101011110 | ecb0bded98a3ecb0bd5decb0bded98a3ecb0bd5d5e |
UHC | 창혣창]창혣창]^ | 110000111010001011000010100011001100001110100010010111011100001110100010110000101000110011000011101000100101110101011110 | c3a2c28cc3a25dc3a2c28cc3a25d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)