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 | áÊ^ | 111000011100101010010110010111101000001010010001 | e1ca965e8291 |
SJIS-WIN | ???^?? | 001111110011111100111111010111100011111100111111 | 3f3f3f5e3f3f |
EUC-JP | áÊ?^?? | 10001111101010111010000110001111101010101011010000111111010111100011111100111111 | 8faba18faab43f5e3f3f |
UTF-8 | áÊ^ | 1100001110100001110000111000101011000010100101100101111011000010100000101100001010010001 | c3a1c38ac2965ec282c291 |
UHC | ???^?? | 001111110011111100111111010111100011111100111111 | 3f3f3f5e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)