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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 社縞社縞B | 100011101101000010001110110010001000111011010000100011101100100001000010 | 8ed08ec88ed08ec842 |
EUC-JP | 社縞社縞B | 101111001101001010111100110010101011110011010010101111001100101001000010 | bcd2bccabcd2bcca42 |
UTF-8 | 社縞社縞B | 11100111101001001011111011100111101110001001111011100111101001001011111011100111101110001001111001000010 | e7a4bee7b89ee7a4bee7b89e42 |
UHC | 社縞社縞B | 110111101110010011111011110101101101111011100100111110111101011001000010 | dee4fbd6dee4fbd642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)