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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | ハス式}B | 11110000101100111100101011110001100011101011110110001110101011100111110101000010 | f0b3caf18ebd8eae7d42 |
EUC-JP | ?ハ?ス式}B | 00111111100011101100101000111111100011101011110110111100101100000111110101000010 | 3f8eca3f8ebdbcb07d42 |
UTF-8 | ハス式}B | 1110111010000001101100101110111110111110100010101110111010000100100010011110111110111101101111011110010110111100100011110111110101000010 | ee81b2efbe8aee8489efbdbde5bc8f7d42 |
UHC | ????式}B | 0011111100111111001111110011111111100011110100100111110101000010 | 3f3f3f3fe3d27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)