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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 閼ア蟄俶據\ | 11101000100001001011000111100101101011011001100011100110100111011001111101011100 | e884b1e5ad98e69d9f5c |
EUC-JP | 閼ア蟄俶據\ | 1110111111100100100011101011000111101010101011111101000011101000110110101010000101011100 | efe48eb1eaafd0e8daa15c |
UTF-8 | 閼ア蟄俶據\ | 11101001100101101011110011101111101111011011000111101000100111111000010011100100101111111011011011100110100100111001101001011100 | e996bcefbdb1e89f84e4bfb6e6939a5c |
UHC | 閼?蟄?據\ | 111001001101100100111111111101101101111000111111110010111110000001011100 | e4d93ff6de3fcbe05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)