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 | ?????gB | 00111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f6742 |
SJIS-WIN | フス宍gB | 11110001111000001100110011110001100011101011110110001110101100110110011101000010 | f1e0ccf18ebd8eb36742 |
EUC-JP | ?フ?ス宍gB | 00111111100011101100110000111111100011101011110110111100101101010110011101000010 | 3f8ecc3f8ebdbcb56742 |
UTF-8 | フス宍gB | 1110111010000101100110111110111110111110100011001110111010000100100010011110111110111101101111011110010110101110100011010110011101000010 | ee859befbe8cee8489efbdbde5ae8d6742 |
UHC | ?????gB | 00111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)