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 | 愼?蟹?畯 | 1001110011000100001111111000101001001001001111111111101101101111 | 9cc43f8a493ffb6f |
EUC-JP | 愼?蟹?畯 | 110110001100011000111111101100111010101000111111100011111100110110111011 | d8c63fb3aa3f8fcdbb |
UTF-8 | 愼렧蟹렰畯 | 111001101000010010111100111010111010000010100111111010001001111110111001111010111010000010110000111001111001010110101111 | e684bceba0a7e89fb9eba0b0e795af |
UHC | 愼렧蟹렰畯 | 11100011111001011000111010110110111110101010111110001110101111011111000111100001 | e3e58eb6faaf8ebdf1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)