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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 辿賊則E | 10010010010010001001000110101111100100011010010101000101 | 924891af91a545 |
EUC-JP | 辿賊則E | 11000011101010011100001010110001110000101010011101000101 | c3a9c2b1c2a745 |
UTF-8 | 辿賊則E | 11101000101111101011111111101000101100111000101011100101100010011000011101000101 | e8bebfe8b38ae5898745 |
UHC | ?賊則E | 001111111110111011100100111101101100111001000101 | 3feee4f6ce45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)