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 | ?M?? | 00111111010011010011111100111111 | 3f4d3f3f |
SJIS-WIN | 短M造竪 | 10010010010110100100110110010001101000101001001001000111 | 925a4d91a29247 |
EUC-JP | 短M造竪 | 11000011101110110100110111000010101001001100001110101000 | c3bb4dc2a4c3a8 |
UTF-8 | 短M造竪 | 11100111100111111010110101001101111010011000000010100000111001111010101110101010 | e79fad4de980a0e7abaa |
UHC | 短M造竪 | 11010011101011010100110111110000111000111110001010110101 | d3ad4df0e3e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)