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 | 珎ヘー鮏箒 | 1110000011011101110011011011000011111100010000111110001010110100 | e0ddcdb0fc43e2b4 |
EUC-JP | 珎ヘー鮏箒 | 1110000011011111100011101100110110001110101100001000111111101010110110111110010010110110 | e0df8ecd8eb08feadbe4b6 |
UTF-8 | 珎ヘー鮏箒 | 111001111000111110001110111011111011111010001101111011111011110110110000111010011010111010001111111001111010111010010010 | e78f8eefbe8defbdb0e9ae8fe7ae92 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)