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 | 痔燁式韋 | 11110000111000111000111010100100111110110101100110001110101011101110100011101000 | f0e38ea4fb598eaee8e8 |
EUC-JP | ?痔燁式韋 | 00111111101111001010011010001111110010101011001110111100101100001111000011101010 | 3fbca68fcab3bcb0f0ea |
UTF-8 | 痔燁式韋 | 111011101000001010100010111001111001011110010100111001111000011110000001111001011011110010001111111010011001111110001011 | ee82a2e79794e78781e5bc8fe99f8b |
UHC | ?痔燁式韋 | 001111111111011011000000111001111010011111100011110100101110101011011111 | 3ff6c0e7a7e3d2eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)