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 | MHM\ | 1001001001001101100100100100100010010010010011011001001001011100 | 924d9248924d925c |
SJIS-WIN | ?M?H?M?\ | 0011111101001101001111110100100000111111010011010011111101011100 | 3f4d3f483f4d3f5c |
EUC-JP | ?M?H?M?\ | 0011111101001101001111110100100000111111010011010011111101011100 | 3f4d3f483f4d3f5c |
UTF-8 | MHM\ | 110000101001001001001101110000101001001001001000110000101001001001001101110000101001001001011100 | c2924dc29248c2924dc2925c |
UHC | ?M?H?M?\ | 0011111101001101001111110100100000111111010011010011111101011100 | 3f4d3f483f4d3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)