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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 塑申[塑申[^ | 1001000101011001100100000101110001011011100100010101100110010000010111000101101101011110 | 9159905c5b9159905c5b5e |
EUC-JP | 塑申[塑申[^ | 1100000110111010101111111011110101011011110000011011101010111111101111010101101101011110 | c1babfbd5bc1babfbd5b5e |
UTF-8 | 塑申[塑申[^ | 111001011010000110010001111001111001010010110011010110111110010110100001100100011110011110010100101100110101101101011110 | e5a191e794b35be5a191e794b35b5e |
UHC | 塑申[塑申[^ | 1110000110110001111000111110100101011011111000011011000111100011111010010101101101011110 | e1b1e3e95be1b1e3e95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)