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 | ¬Â~ | 11000010100100101100001010101100110000101001010101111110 | c292c2acc2957e |
SJIS-WIN | ???¬??~ | 0011111100111111001111111000000111001010001111110011111101111110 | 3f3f3f81ca3f3f7e |
EUC-JP | �¬�~ | 1000111110101010101001000011111110001111101010101010010010100010110011001000111110101010101001000011111101111110 | 8faaa43f8faaa4a2cc8faaa43f7e |
UTF-8 | ¬Â~ | 11000011100000101100001010010010110000111000001011000010101011001100001110000010110000101001010101111110 | c382c292c382c2acc382c2957e |
UHC | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)