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 | 驍オ霈泌す | 111010011000001010110101111010001011110010010100111001011000001010110111 | e982b5e8bc94e582b7 |
EUC-JP | 驍オ霈泌す | 11110001111000101000111010110101111100001011111011001000111001111010010010111001 | f1e28eb5f0bec8e7a4b9 |
UTF-8 | 驍オ霈泌す | 111010011010100110001101111011111011110110110101111010011001110010001000111001101011001110001100111000111000000110011001 | e9a98defbdb5e99c88e6b38ce38199 |
UHC | 驍??泌す | 1111110110100100001111110011111111111001101100101010101010111001 | fda43f3ff9b2aab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)