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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | 珣??珣??I | 111110110110001100111111001111111111101101100011001111110011111101001001 | fb633f3ffb633f3f49 |
EUC-JP | 珣??珣??I | 1000111111001011111101000011111100111111100011111100101111110100001111110011111101001001 | 8fcbf43f3f8fcbf43f3f49 |
UTF-8 | 珣뒋떛珣뒉뙦I | 11100111100011111010001111101011100100101000101111101011100101101001101111100111100011111010001111101011100100101000100111101011100110011010011001001001 | e78fa3eb928beb969be78fa3eb9289eb99a649 |
UHC | 珣뒋떛珣뒉뙦I | 11100010111010011000101010001000100010111011000111100010111010011000101010000110100011001010101001001001 | e2e98a888bb1e2e98a868caa49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)