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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 嘛鈴\}嘛鈴\{^ | 10011010011101101001011111101001010111000111110110011010011101101001011111101001010111000111101101011110 | 9a7697e95c7d9a7697e95c7b5e |
EUC-JP | 嘛鈴\}嘛鈴\{^ | 11010011110101111100111011101011010111000111110111010011110101111100111011101011010111000111101101011110 | d3d7ceeb5c7dd3d7ceeb5c7b5e |
UTF-8 | 嘛鈴\}嘛鈴\{^ | 1110010110011000100110111110100110001000101101000101110001111101111001011001100010011011111010011000100010110100010111000111101101011110 | e5989be988b45c7de5989be988b45c7b5e |
UHC | ?鈴\}?鈴\{^ | 0011111111010110110000100101110001111101001111111101011011000010010111000111101101011110 | 3fd6c25c7d3fd6c25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)