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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 籵邪糢七B | 111000101110000010001110110101111110001011110101100011101011010101000010 | e2e08ed7e2f58eb542 |
EUC-JP | 籵邪糢七B | 111001001110001010111100110110011110010011110111101111001011011101000010 | e4e2bcd9e4f7bcb742 |
UTF-8 | 籵邪糢七B | 11100111101100011011010111101001100000101010101011100111101100111010001011100100101110001000001101000010 | e7b1b5e982aae7b3a2e4b88342 |
UHC | ?邪?七B | 00111111110111101111011100111111111101101101001001000010 | 3fdef73ff6d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)