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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 軆顏礬L | 11100111010111001110100011111000111000100100100001001100 | e75ce8f8e2484c |
EUC-JP | 軆顏礬L | 11101101101111011111000011111010111000111010100101001100 | edbdf0fae3a94c |
UTF-8 | 軆顏礬L | 11101000101110111000011011101001101000011000111111100111101001001010110001001100 | e8bb86e9a18fe7a4ac4c |
UHC | ??礬L | 0011111100111111110110101111001101001100 | 3f3fdaf34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)