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 | 驩玲初髱、 | 111010011000100110010111111001101000111110001001111010011001110110100100 | e98997e68f89e99da4 |
EUC-JP | 驩玲初髱、 | 11110001111010011100111011101000101111011110100111110001111111011000111010100100 | f1e9cee8bde9f1fd8ea4 |
UTF-8 | 驩玲初髱、 | 111010011010100110101001111001111000111010110010111001011000100010011101111010011010101110110001111011111011110110100100 | e9a9a9e78eb2e5889de9abb1efbda4 |
UHC | 驩玲初?? | 1111110010111110110101101011110011110100111110000011111100111111 | fcbed6bcf4f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)