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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 逖儉h逖儉 | 111001111001100010011001010011000110100011100111100110001001100101001100 | e798994c68e798994c |
EUC-JP | 逖儉h逖儉 | 111011011111100011010001101011010110100011101101111110001101000110101101 | edf8d1ad68edf8d1ad |
UTF-8 | 逖儉h逖儉 | 11101001100000001001011011100101100001001000100101101000111010011000000010010110111001011000010010001001 | e98096e5848968e98096e58489 |
UHC | ?儉h?儉 | 00111111110010111111101101101000001111111100101111111011 | 3fcbfb683fcbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)