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 | 消」アア | 10001111110000011111001011111011101000111011000110110001 | 8fc1f2fba3b1b1 |
EUC-JP | 消?」アア | 101111101100001100111111100011101010001110001110101100011000111010110001 | bec33f8ea38eb18eb1 |
UTF-8 | 消」アア | 111001101011011010001000111011101000100010110010111011111011110110100011111011111011110110110001111011111011110110110001 | e6b688ee88b2efbda3efbdb1efbdb1 |
UHC | 消???? | 111000011011110000111111001111110011111100111111 | e1bc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)