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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 筍爲筍跋^ | 111000101010000111100000101010001110001010100001111001101110101101011110 | e2a1e0a8e2a1e6eb5e |
EUC-JP | 筍爲筍跋^ | 111001001010001111100000101010101110010010100011111011001110110101011110 | e4a3e0aae4a3eced5e |
UTF-8 | 筍爲筍跋^ | 11100111101011011000110111100111100010001011001011100111101011011000110111101000101101111000101101011110 | e7ad8de788b2e7ad8de8b78b5e |
UHC | 筍爲筍跋^ | 111000101110110011101010110100111110001011101100110110111010001001011110 | e2ecead3e2ecdba25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)