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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止??匡?穽 | 100011100111111000111111001111111000101110100111001111111110001001110110 | 8e7e3f3f8ba73fe276 |
EUC-JP | 止??匡?穽 | 101110111101111100111111001111111011011010101001001111111110001111010111 | bbdf3f3fb6a93fe3d7 |
UTF-8 | 止렮欌匡렒穽 | 111001101010110110100010111010111010000010101110111001101010110010001100111001011000110010100001111010111010000010010010111001111010100110111101 | e6ada2eba0aee6ac8ce58ca1eba092e7a9bd |
UHC | 止렮欌匡렒穽 | 111100101010110110001110101110111110110111101011110011101100010010001110101001111110111111110000 | f2ad8ebbedebcec48ea7eff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)