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 | 顋ゥ豕・蟷 | 1110100011111001101010011110011010110011101001011110010110111001 | e8f9a9e6b3a5e5b9 |
EUC-JP | 顋ゥ豕・蟷 | 11110000111110111000111010101001111011001011010110001110101001011110101010111011 | f0fb8ea9ecb58ea5eabb |
UTF-8 | 顋ゥ豕・蟷 | 111010011010000110001011111011111011110110101001111010001011000110010101111011111011110110100101111010001001111110110111 | e9a18befbda9e8b195efbda5e89fb7 |
UHC | ??豕?? | 001111110011111111100011110011100011111100111111 | 3f3fe3ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)