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 | ï¯ø² | 11101111101011111111100010110010 | efaff8b2 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ï¯ø? | 10001111101010111100000110001111101000101011010010001111101010011100110000111111 | 8fabc18fa2b48fa9cc3f |
UTF-8 | ï¯ø² | 1100001110101111110000101010111111000011101110001100001010110010 | c3afc2afc3b8c2b2 |
UHC | ??ø² | 001111110011111110101001101010101010100111110111 | 3f3fa9aaa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)