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 | 驩呵ュ賂 | 11101001100010011001100111101000101011011001100001000111 | e98999e8ad9847 |
EUC-JP | 驩呵ュ賂 | 1111000111101001110100101110101010001110101011011100111110101000 | f1e9d2ea8eadcfa8 |
UTF-8 | 驩呵ュ賂 | 111010011010100110101001111001011001000110110101111011111011110110101101111010001011001110000010 | e9a9a9e591b5efbdade8b382 |
UHC | 驩呵?賂 | 11111100101111101100101010100111001111111101011011110001 | fcbecaa73fd6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)