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 | 支??魚。 | 1000111001111000001111110011111110001011100110111000000101000010 | 8e783f3f8b9b8142 |
EUC-JP | 支嶠?魚。 | 10111011110110011000111110111011111011110011111110110101111110111010000110100011 | bbd98fbbef3fb5fba1a3 |
UTF-8 | 支嶠㎯魚。 | 111001101001010010101111111001011011011010100000111000111000111010101111111010011010110110011010111000111000000010000010 | e694afe5b6a0e38eafe9ad9ae38082 |
UHC | 支嶠㎯魚。 | 11110010101010001100111011100100101001111110001111100101111000001010000110100011 | f2a8cee4a7e3e5e0a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)