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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迯礼漉逞 | 1110011110001101100101111110011110001101100101111110011110010111 | e78d97e78d97e797 |
EUC-JP | 迯礼漉逞 | 1110110111101101110011101110100110111001111101111110110111110111 | ededcee9b9f7edf7 |
UTF-8 | 迯礼漉逞 | 111010001011111110101111111001111010010010111100111001101011110010001001111010011000000010011110 | e8bfafe7a4bce6bc89e9809e |
UHC | ???逞 | 0011111100111111001111111101011011000001 | 3f3f3fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)