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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 驕皮洒\ | 11101001100000011001010011100111100111111010110101011100 | e98194e79fad5c |
EUC-JP | 驕皮洒\ | 11110001111000011100100011101001110111101010111101011100 | f1e1c8e9deaf5c |
UTF-8 | 驕皮洒\ | 11101001101010011001010111100111100110101010111011100110101101001001001001011100 | e9a995e79aaee6b4925c |
UHC | 驕皮?\ | 110011101111011011111001101010110011111101011100 | cef6f9ab3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)