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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 晧?\ | 10011101111011000011111101011100 | 9dec3f5c |
EUC-JP | 晧?\ | 11011010111011100011111101011100 | daee3f5c |
UTF-8 | 晧렮\ | 11100110100110011010011111101011101000001010111001011100 | e699a7eba0ae5c |
UHC | 晧렮\ | 1111101111000101100011101011101101011100 | fbc58ebb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)