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 | 荳茨スソ蒿咒 | 11100100101110001000100011101111101111011011111111100100111001001001100111101110 | e4b888efbdbfe4e499ee |
EUC-JP | 荳茨スソ蒿咒 | 111010001011101010110000111100011000111010111101100011101011111111101000111001101101001011110000 | e8bab0f18ebd8ebfe8e6d2f0 |
UTF-8 | 荳茨スソ蒿咒 | 111010001000110110110011111010001000110010101000111011111011110110111101111011111011110110111111111010001001001010111111111001011001001010010010 | e88db3e88ca8efbdbdefbdbfe892bfe59292 |
UHC | 荳茨??蒿? | 110101001110010111101101101111000011111100111111111110111101101000111111 | d4e5edbc3f3ffbda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)