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?mB | 0011111101101101001111110110110101000010 | 3f6d3f6d42 |
SJIS-WIN | ?m?mB | 0011111101101101001111110110110101000010 | 3f6d3f6d42 |
EUC-JP | ?m?mB | 0011111101101101001111110110110101000010 | 3f6d3f6d42 |
UTF-8 | 혫m혫mB | 111011011001100010101011011011011110110110011000101010110110110101000010 | ed98ab6ded98ab6d42 |
UHC | 혫m혫mB | 11000010100100110110110111000010100100110110110101000010 | c2936dc2936d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)