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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 璋畉[璋畉[^ | 1110000011110110111000010101100101011011111000001111011011100001010110010101101101011110 | e0f6e1595be0f6e1595b5e |
EUC-JP | 璋畉[璋畉[^ | 1110000011111000111000011011101001011011111000001111100011100001101110100101101101011110 | e0f8e1ba5be0f8e1ba5b5e |
UTF-8 | 璋畉[璋畉[^ | 111001111001001010001011111001111001010110001001010110111110011110010010100010111110011110010101100010010101101101011110 | e7928be795895be7928be795895b5e |
UHC | 璋?[璋?[^ | 111011011111000000111111010110111110110111110000001111110101101101011110 | edf03f5bedf03f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)