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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 逍忌?掛脅^ | 11100111100101101000101011110101001111111000101001111100100010111011101001011110 | e7968af53f8a7c8bba5e |
EUC-JP | 逍忌?掛脅^ | 11101101111101101011010011110111001111111011001111011101101101101011110001011110 | edf6b4f73fb3ddb6bc5e |
UTF-8 | 逍忌싡掛脅^ | 11101001100000001000110111100101101111111000110011101100100010111010000111100110100011101001101111101000100001001000010101011110 | e9808de5bf8cec8ba1e68e9be884855e |
UHC | 逍忌싡掛脅^ | 1110000111001110110100001111101110011010111000011100111011010000111110101111011001011110 | e1ced0fb9ae1ced0faf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)