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 | MXx | 1001001001001101100100100101100001111000 | 924d925878 |
SJIS-WIN | ?M?Xx | 0011111101001101001111110101100001111000 | 3f4d3f5878 |
EUC-JP | ?M?Xx | 0011111101001101001111110101100001111000 | 3f4d3f5878 |
UTF-8 | MXx | 11000010100100100100110111000010100100100101100001111000 | c2924dc2925878 |
UHC | ?M?Xx | 0011111101001101001111110101100001111000 | 3f4d3f5878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)