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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 直?優BF | 10010010101111000011111110010111010001000100001001000110 | 92bc3f97444246 |
EUC-JP | 直?優BF | 11000100101111100011111111001101101001010100001001000110 | c4be3fcda54246 |
UTF-8 | 直롆優BF | 1110011110011011101101001110101110100001100001101110010110000100101010100100001001000110 | e79bb4eba186e584aa4246 |
UHC | 直롆優BF | 1111001011000001100011101100110011101001110100000100001001000110 | f2c18ecce9d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)