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 | HMHM\ | 100100100100100010010010010011011001001001001000100100100100110101011100 | 9248924d9248924d5c |
SJIS-WIN | ?H?M?H?M\ | 001111110100100000111111010011010011111101001000001111110100110101011100 | 3f483f4d3f483f4d5c |
EUC-JP | ?H?M?H?M\ | 001111110100100000111111010011010011111101001000001111110100110101011100 | 3f483f4d3f483f4d5c |
UTF-8 | HMHM\ | 11000010100100100100100011000010100100100100110111000010100100100100100011000010100100100100110101011100 | c29248c2924dc29248c2924d5c |
UHC | ?H?M?H?M\ | 001111110100100000111111010011010011111101001000001111110100110101011100 | 3f483f4d3f483f4d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)