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 | ¬Á\ | 101011001100000101011100 | acc15c |
SJIS-WIN | ¬?\ | 10000001110010100011111101011100 | 81ca3f5c |
EUC-JP | ¬Á\ | 101000101100110010001111101010101010000101011100 | a2cc8faaa15c |
UTF-8 | ¬Á\ | 1100001010101100110000111000000101011100 | c2acc3815c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)