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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 噎犁牧B | 10011010011110001110000010110011100101100111000101000010 | 9a78e0b3967142 |
EUC-JP | 噎犁牧B | 11010011110110011110000010110101110010111101001001000010 | d3d9e0b5cbd242 |
UTF-8 | 噎犁牧B | 11100101100110011000111011100111100010101000000111100111100010011010011101000010 | e5998ee78a81e789a742 |
UHC | ?犁牧B | 001111111101011111100000110110011100110001000010 | 3fd7e0d9cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)