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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 依??凌 | 100010001100101100111111001111111001011110111101 | 88cb3f3f97bd |
EUC-JP | 依??凌 | 101100001100110100111111001111111100111010111111 | b0cd3f3fcebf |
UTF-8 | 依목렱凌 | 111001001011111010011101111010111010101010101001111010111010000010110001111001011000011110001100 | e4be9debaaa9eba0b1e5878c |
UHC | 依목렱凌 | 1110101111101110101110001111000110001110101111101101011111010000 | ebeeb8f18ebed7d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)