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 | úüºH | 11111010111111001011101001001000 | fafcba48 |
SJIS-WIN | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
EUC-JP | úüºH | 10001111101010111110001010001111101010111110010010001111101000101110101101001000 | 8fabe28fabe48fa2eb48 |
UTF-8 | úüºH | 11000011101110101100001110111100110000101011101001001000 | c3bac3bcc2ba48 |
UHC | ??ºH | 0011111100111111101010001010110001001000 | 3f3fa8ac48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)