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 | ネ鄂 | 11110001111101111100100011100111101111011111011011101011 | f1f7c8e7bdf6eb |
EUC-JP | ?ネ鄂? | 001111111000111011001000111011101011111100111111 | 3f8ec8eebf3f |
UTF-8 | ネ鄂 | 111011101000010110110010111011111011111010001000111010011000010010000010111011101001010010010010 | ee85b2efbe88e98482ee9492 |
UHC | ??鄂? | 0011111100111111111001001100011100111111 | 3f3fe4c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)