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 | àºU}àºU{^ | 111000001011101001010101011111011110000010111010010101010111101101011110 | e0ba557de0ba557b5e |
SJIS-WIN | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
EUC-JP | àºU}àºU{^ | 1000111110101011101000101000111110100010111010110101010101111101100011111010101110100010100011111010001011101011010101010111101101011110 | 8faba28fa2eb557d8faba28fa2eb557b5e |
UTF-8 | àºU}àºU{^ | 11000011101000001100001010111010010101010111110111000011101000001100001010111010010101010111101101011110 | c3a0c2ba557dc3a0c2ba557b5e |
UHC | ?ºU}?ºU{^ | 0011111110101000101011000101010101111101001111111010100010101100010101010111101101011110 | 3fa8ac557d3fa8ac557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)