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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 億?W}億?W{^ | 1000100110101101001111110101011101111101100010011010110100111111010101110111101101011110 | 89ad3f577d89ad3f577b5e |
EUC-JP | 億?W}億?W{^ | 1011001010101111001111110101011101111101101100101010111100111111010101110111101101011110 | b2af3f577db2af3f577b5e |
UTF-8 | 億븂W}億븂W{^ | 1110010110000100100001001110101110111000100000100101011101111101111001011000010010000100111010111011100010000010010101110111101101011110 | e58484ebb882577de58484ebb882577b5e |
UHC | 億븂W}億븂W{^ | 11100101111000101001010101101110010101110111110111100101111000101001010101101110010101110111101101011110 | e5e2956e577de5e2956e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)