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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 眞棊欷眞 | 1110000111000001100111101001011110011111010101111110000111000001 | e1c19e979f57e1c1 |
EUC-JP | 眞棊欷眞 | 1110001011000011110110111111011111011101101110001110001011000011 | e2c3dbf7ddb8e2c3 |
UTF-8 | 眞棊欷眞 | 111001111001110010011110111001101010001110001010111001101010110010110111111001111001110010011110 | e79c9ee6a38ae6acb7e79c9e |
UHC | 眞??眞 | 111100101101100000111111001111111111001011011000 | f2d83f3ff2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)