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 | 郢帝コ・魴 | 1110011110111001100100101110100110111010101001011110100110110101 | e7b992e9baa5e9b5 |
EUC-JP | 郢帝コ・魴 | 11101110101110111100010011101011100011101011101010001110101001011111001010110111 | eebbc4eb8eba8ea5f2b7 |
UTF-8 | 郢帝コ・魴 | 111010011000001110100010111001011011100010011101111011111011110110111010111011111011110110100101111010011010110110110100 | e983a2e5b89defbdbaefbda5e9adb4 |
UHC | ?帝??? | 001111111111000010101000001111110011111100111111 | 3ff0a83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)