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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮ョ邨ィ辭 | 1110100110101011101011101110011110110101101010001110011110000110 | e9abaee7b5a8e786 |
EUC-JP | 鬮ョ邨ィ辭 | 11110010101011011000111010101110111011101011011110001110101010001110110111100110 | f2ad8eaeeeb78ea8ede6 |
UTF-8 | 鬮ョ邨ィ辭 | 111010011010110010101110111011111011110110101110111010011000001010101000111011111011110110101000111010001011111010101101 | e9acaeefbdaee982a8efbda8e8bead |
UHC | ??邨?辭 | 00111111001111111111010110111110001111111101111011110110 | 3f3ff5be3fdef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)