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 | ?B?MW | 0011111101000010001111110100110101010111 | 3f423f4d57 |
SJIS-WIN | ?B?MW | 0011111101000010001111110100110101010111 | 3f423f4d57 |
EUC-JP | ?B?MW | 0011111101000010001111110100110101010111 | 3f423f4d57 |
UTF-8 | 혳B혳MW | 111011011001100010110011010000101110110110011000101100110100110101010111 | ed98b342ed98b34d57 |
UHC | 혳B혳MW | 11000010100110100100001011000010100110100100110101010111 | c29a42c29a4d57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)