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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?捧?? | 0011111110010101111110010011111100111111 | 3f95f93f3f |
EUC-JP | ?捧?? | 0011111111001010111110110011111100111111 | 3fcafb3f3f |
UTF-8 | 林捧렔렔 | 111011111010011110110100111001101000110110100111111010111010000010010100111010111010000010010100 | efa7b4e68da7eba094eba094 |
UHC | 林捧렔렔 | 1110110011110111110111001110100110001110101010011000111010101001 | ecf7dce98ea98ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)