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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 偲耳偲ア。h | 100011101100001110001110101010001000111011000011101100011010000101101000 | 8ec38ea88ec3b1a168 |
EUC-JP | 偲耳偲ア。h | 1011110011000101101111001010101010111100110001011000111010110001100011101010000101101000 | bcc5bcaabcc58eb18ea168 |
UTF-8 | 偲耳偲ア。h | 11100101100000011011001011101000100000001011001111100101100000011011001011101111101111011011000111101111101111011010000101101000 | e581b2e880b3e581b2efbdb1efbda168 |
UHC | ?耳???h | 00111111111011001011110000111111001111110011111101101000 | 3fecbc3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)