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?r | 00111111010011010011111101110010 | 3f4d3f72 |
SJIS-WIN | 短M贈r | 100100100101101001001101100100011010000101110010 | 925a4d91a172 |
EUC-JP | 短M贈r | 110000111011101101001101110000101010001101110010 | c3bb4dc2a372 |
UTF-8 | 短M贈r | 1110011110011111101011010100110111101000101101001000100001110010 | e79fad4de8b48872 |
UHC | 短M贈r | 110100111010110101001101111100011111110001110010 | d3ad4df1fc72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)