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? | 001111110100110100111111 | 3f4d3f |
SJIS-WIN | 短M即 | 1001001001011010010011011001000110100110 | 925a4d91a6 |
EUC-JP | 短M即 | 1100001110111011010011011100001010101000 | c3bb4dc2a8 |
UTF-8 | 短M即 | 11100111100111111010110101001101111001011000110110110011 | e79fad4de58db3 |
UHC | 短M? | 11010011101011010100110100111111 | d3ad4d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)