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 | 塢??俉 | 100110101100011100111111001111111111101001100001 | 9ac73f3ffa61 |
EUC-JP | 塢??俉 | 11010100110010010011111100111111100011111011000110111011 | d4c93f3f8fb1bb |
UTF-8 | 塢곻쉽俉 | 111001011010000110100010111010101011001110111011111011001000100110111101111001001011111110001001 | e5a1a2eab3bbec89bde4bf89 |
UHC | 塢곻쉽俉 | 1110011111110001100000011110111110111101101100011110011111101011 | e7f181efbdb1e7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)