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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逡ッ彧倆嚆 | 111001111001010110101111111110101011100110011000111011011001101010000101 | e795affab998ed9a85 |
EUC-JP | 逡ッ彧倆嚆 | 1110110111110101100011101010111110001111101111001111111011010000111011111101001111100101 | edf58eaf8fbcfed0efd3e5 |
UTF-8 | 逡ッ彧倆嚆 | 111010011000000010100001111011111011110110101111111001011011110110100111111001011000000010000110111001011001101010000110 | e980a1efbdafe5bda7e58086e59a86 |
UHC | 逡?彧倆嚆 | 111100011110010000111111111010011110111011010101110101101111110011110111 | f1e43fe9eed5d6fcf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)