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 | 逍躯ュ③ | 11100111100101101000101111101011101011011000011101000010 | e7968bebad8742 |
EUC-JP | 逍躯ュ? | 11101101111101101011011011101101100011101010110100111111 | edf6b6ed8ead3f |
UTF-8 | 逍躯ュ③ | 111010011000000010001101111010001011101010101111111011111011110110101101111000101001000110100010 | e9808de8baafefbdade291a2 |
UHC | 逍??③ | 111000011100111000111111001111111010100011101001 | e1ce3f3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)