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 | ¢íVh¢íV | 100011111010001011101101010101100110100010001111101000101110110101010110 | 8fa2ed56688fa2ed56 |
SJIS-WIN | ?¢?Vh?¢?V | 0011111110000001100100010011111101010110011010000011111110000001100100010011111101010110 | 3f81913f56683f81913f56 |
EUC-JP | ?¢íVh?¢íV | 001111111010000111110001100011111010101110111111010101100110100000111111101000011111000110001111101010111011111101010110 | 3fa1f18fabbf56683fa1f18fabbf56 |
UTF-8 | ¢íVh¢íV | 110000101000111111000010101000101100001110101101010101100110100011000010100011111100001010100010110000111010110101010110 | c28fc2a2c3ad5668c28fc2a2c3ad56 |
UHC | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)