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 | äÁ°×^ | 1110010011000001101100001101011101011110 | e4c1b0d75e |
SJIS-WIN | ??°×^ | 00111111001111111000000110001011100000010111111001011110 | 3f3f818b817e5e |
EUC-JP | äÁ°×^ | 1000111110101011101000111000111110101010101000011010000111101011101000011101111101011110 | 8faba38faaa1a1eba1df5e |
UTF-8 | äÁ°×^ | 110000111010010011000011100000011100001010110000110000111001011101011110 | c3a4c381c2b0c3975e |
UHC | ??°×^ | 00111111001111111010000111000110101000011011111101011110 | 3f3fa1c6a1bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)