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@M | 100100100100110110010010010000001001001001001101 | 924d9240924d |
SJIS-WIN | ?M?@?M | 001111110100110100111111010000000011111101001101 | 3f4d3f403f4d |
EUC-JP | ?M?@?M | 001111110100110100111111010000000011111101001101 | 3f4d3f403f4d |
UTF-8 | M@M | 110000101001001001001101110000101001001001000000110000101001001001001101 | c2924dc29240c2924d |
UHC | ?M?@?M | 001111110100110100111111010000000011111101001101 | 3f4d3f403f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)