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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逍纂逍纂^ | 111001111001011010001110010110111110011110010110100011100101101101011110 | e7968e5be7968e5b5e |
EUC-JP | 逍纂逍纂^ | 111011011111011010111011101111001110110111110110101110111011110001011110 | edf6bbbcedf6bbbc5e |
UTF-8 | 逍纂逍纂^ | 11101001100000001000110111100111101110101000001011101001100000001000110111100111101110101000001001011110 | e9808de7ba82e9808de7ba825e |
UHC | 逍纂逍纂^ | 111000011100111011110011110000111110000111001110111100111100001101011110 | e1cef3c3e1cef3c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)