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 | 驫ケ蜈ク闢 | 1110100110001010101110011110010110000101101110001110100010010011 | e98ab9e585b8e893 |
EUC-JP | 驫ケ蜈ク闢 | 11110001111010101000111010111001111010011110010110001110101110001110111111110011 | f1ea8eb9e9e58eb8eff3 |
UTF-8 | 驫ケ蜈ク闢 | 111010011010100110101011111011111011110110111001111010001001110010001000111011111011110110111000111010011001011110100010 | e9a9abefbdb9e89c88efbdb8e997a2 |
UHC | ??蜈?闢 | 00111111001111111110100010100101001111111101110010100011 | 3f3fe8a53fdca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)