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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 閼ア讓ス\ | 11101000100001001011000111100110101010001011110101011100 | e884b1e6a8bd5c |
EUC-JP | 閼ア讓ス\ | 111011111110010010001110101100011110110010101010100011101011110101011100 | efe48eb1ecaa8ebd5c |
UTF-8 | 閼ア讓ス\ | 11101001100101101011110011101111101111011011000111101000101011101001001111101111101111011011110101011100 | e996bcefbdb1e8ae93efbdbd5c |
UHC | 閼?讓?\ | 11100100110110010011111111100101110100110011111101011100 | e4d93fe5d33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)