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 | 陷企」イ譏 | 1110100010011100100010101110100110100011101100101110011010011000 | e89c8ae9a3b2e698 |
EUC-JP | 陷企」イ譏 | 11101111111111001011010011101011100011101010001110001110101100101110101111111000 | effcb4eb8ea38eb2ebf8 |
UTF-8 | 陷企」イ譏 | 111010011001100110110111111001001011110010000001111011111011110110100011111011111011110110110010111010001010110110001111 | e999b7e4bc81efbda3efbdb2e8ad8f |
UHC | 陷企??譏 | 1111100111101000110100001110101000111111001111111101000111000001 | f9e8d0ea3f3fd1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)