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 | 驪鈴ケソ貔 | 1110100110001011100101111110100110111001101111111110011010111110 | e98b97e9b9bfe6be |
EUC-JP | 驪鈴ケソ貔 | 11110001111010111100111011101011100011101011100110001110101111111110110011000000 | f1ebceeb8eb98ebfecc0 |
UTF-8 | 驪鈴ケソ貔 | 111010011010100110101010111010011000100010110100111011111011110110111001111011111011110110111111111010001011001010010100 | e9a9aae988b4efbdb9efbdbfe8b294 |
UHC | 驪鈴??? | 11010101111100011101011011000010001111110011111100111111 | d5f1d6c23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)