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 | HMBV^ | 100100100100100010010010010011011001001001000010100100100101011001011110 | 9248924d924292565e |
SJIS-WIN | ?H?M?B?V^ | 001111110100100000111111010011010011111101000010001111110101011001011110 | 3f483f4d3f423f565e |
EUC-JP | ?H?M?B?V^ | 001111110100100000111111010011010011111101000010001111110101011001011110 | 3f483f4d3f423f565e |
UTF-8 | HMBV^ | 11000010100100100100100011000010100100100100110111000010100100100100001011000010100100100101011001011110 | c29248c2924dc29242c292565e |
UHC | ?H?M?B?V^ | 001111110100100000111111010011010011111101000010001111110101011001011110 | 3f483f4d3f423f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)