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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 朎聟\}朎聟\{^ | 11111010110111111110001111011011010111000111110111111010110111111110001111011011010111000111101101011110 | fadfe3db5c7dfadfe3db5c7b5e |
EUC-JP | 朎聟\}朎聟\{^ | 100011111100001011110000111001101101110101011100011111011000111111000010111100001110011011011101010111000111101101011110 | 8fc2f0e6dd5c7d8fc2f0e6dd5c7b5e |
UTF-8 | 朎聟\}朎聟\{^ | 1110011010011100100011101110100010000001100111110101110001111101111001101001110010001110111010001000000110011111010111000111101101011110 | e69c8ee8819f5c7de69c8ee8819f5c7b5e |
UHC | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)