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? | 00111111001111110100110100111111 | 3f3f4d3f |
SJIS-WIN | 蓴ュM蓴 | 111001001111000110101101010011011110010011110001 | e4f1ad4de4f1 |
EUC-JP | 蓴ュM蓴 | 11101000111100111000111010101101010011011110100011110011 | e8f38ead4de8f3 |
UTF-8 | 蓴ュM蓴 | 11101000100100111011010011101111101111011010110101001101111010001001001110110100 | e893b4efbdad4de893b4 |
UHC | 蓴?M蓴 | 111000101111000100111111010011011110001011110001 | e2f13f4de2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)