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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 櫻?沃 | 1001111101001110001111111001011110000000 | 9f4e3f9780 |
EUC-JP | 櫻?沃 | 1101110110101111001111111100110111100000 | ddaf3fcde0 |
UTF-8 | 櫻뗺沃 | 111001101010101110111011111010111001011110111010111001101011001010000011 | e6abbbeb97bae6b283 |
UHC | 櫻뗺沃 | 111001011010000110001011111110011110100010101010 | e5a18bf9e8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)