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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | チアア琪 | 1100000110110001101100011111101101101000 | c1b1b1fb68 |
EUC-JP | チアア琪 | 100011101100000110001110101100011000111010110001100011111100110010101110 | 8ec18eb18eb18fccae |
UTF-8 | チアア琪 | 111011111011111010000001111011111011110110110001111011111011110110110001111001111001000010101010 | efbe81efbdb1efbdb1e790aa |
UHC | ???琪 | 0011111100111111001111111101000110101110 | 3f3f3fd1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)