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 | àöá[ | 11100000111101101110000101011011 | e0f6e15b |
SJIS-WIN | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
EUC-JP | àöá[ | 10001111101010111010001010001111101010111101001110001111101010111010000101011011 | 8faba28fabd38faba15b |
UTF-8 | àöá[ | 11000011101000001100001110110110110000111010000101011011 | c3a0c3b6c3a15b |
UHC | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)