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 | 001111110011111101001101 | 3f3f4d |
SJIS-WIN | 蠇竺M | 1111101110100001100011101011000101001101 | fba18eb14d |
EUC-JP | ?竺M | 00111111101111001011001101001101 | 3fbcb34d |
UTF-8 | 蠇竺M | 11101000101000001000011111100111101010111011101001001101 | e8a087e7abba4d |
UHC | ?竺M | 00111111111101011110011101001101 | 3ff5e74d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)