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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 悅h?\ | 111110101011110110000010100010000011111101011100 | fabd82883f5c |
EUC-JP | ?h?\ | 0011111110100011111010000011111101011100 | 3fa3e83f5c |
UTF-8 | 悅h뤍\ | 11100110100000101000010111101111101111011000100011101011101001001000110101011100 | e68285efbd88eba48d5c |
UHC | 悅h뤍\ | 11100110111011011010001111101000100011111011110101011100 | e6eda3e88fbd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)