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 | 韜鈴ケソ韈 | 1110100011101001100101111110100110111001101111111110100011100111 | e8e997e9b9bfe8e7 |
EUC-JP | 韜鈴ケソ韈 | 11110000111010111100111011101011100011101011100110001110101111111111000011101001 | f0ebceeb8eb98ebff0e9 |
UTF-8 | 韜鈴ケソ韈 | 111010011001111110011100111010011000100010110100111011111011110110111001111011111011110110111111111010011001111110001000 | e99f9ce988b4efbdb9efbdbfe99f88 |
UHC | 韜鈴??? | 11010100101101111101011011000010001111110011111100111111 | d4b7d6c23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)