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 | 韋ケ蜈ク銖 | 1110100011101000101110011110010110000101101110001110011111110001 | e8e8b9e585b8e7f1 |
EUC-JP | 韋ケ蜈ク銖 | 11110000111010101000111010111001111010011110010110001110101110001110111011110011 | f0ea8eb9e9e58eb8eef3 |
UTF-8 | 韋ケ蜈ク銖 | 111010011001111110001011111011111011110110111001111010001001110010001000111011111011110110111000111010011000101010010110 | e99f8befbdb9e89c88efbdb8e98a96 |
UHC | 韋?蜈?銖 | 1110101011011111001111111110100010100101001111111110001011000111 | eadf3fe8a53fe2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)