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 | 繧?崎烏 | 11100011100000100011111110001101111010001000100101000111 | e3823f8de88947 |
EUC-JP | 繧鰪崎烏 | 111001011110001010001111111010111011011010111010111010101011000110101000 | e5e28febb6baeab1a8 |
UTF-8 | 繧鰪崎烏 | 111001111011100110100111111010011011000010101010111001011011010010001110111001111000001110001111 | e7b9a7e9b0aae5b48ee7838f |
UHC | ??崎烏 | 001111110011111111010000111110001110100010100001 | 3f3fd0f8e8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)