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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閼ア蟄俶酪B | 11101000100001001011000111100101101011011001100011100110100101111000111101000010 | e884b1e5ad98e6978f42 |
EUC-JP | 閼ア蟄俶酪B | 1110111111100100100011101011000111101010101011111101000011101000110011011110111101000010 | efe48eb1eaafd0e8cdef42 |
UTF-8 | 閼ア蟄俶酪B | 11101001100101101011110011101111101111011011000111101000100111111000010011100100101111111011011011101001100001011010101001000010 | e996bcefbdb1e89f84e4bfb6e985aa42 |
UHC | 閼?蟄?酪B | 111001001101100100111111111101101101111000111111110101011010110001000010 | e4d93ff6de3fd5ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)