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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 粤爵灼^ | 11100010111000111000111011011101100011101101110001011110 | e2e38edd8edc5e |
EUC-JP | 粤爵灼^ | 11100100111001011011110011011111101111001101111001011110 | e4e5bcdfbcde5e |
UTF-8 | 粤爵灼^ | 11100111101100101010010011100111100010001011010111100111100000011011110001011110 | e7b2a4e788b5e781bc5e |
UHC | ?爵灼^ | 001111111110110111001001111011011100011101011110 | 3fedc9edc75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)