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 | Má}B | 1001001001001101111000010111110110000001100010001000110101000010 | 924de17d81888d42 |
SJIS-WIN | ?M?}???B | 0011111101001101001111110111110100111111001111110011111101000010 | 3f4d3f7d3f3f3f42 |
EUC-JP | ?Má}???B | 00111111010011011000111110101011101000010111110100111111001111110011111101000010 | 3f4d8faba17d3f3f3f42 |
UTF-8 | Má}B | 11000010100100100100110111000011101000010111110111000010100000011100001010001000110000101000110101000010 | c2924dc3a17dc281c288c28d42 |
UHC | ?M?}???B | 0011111101001101001111110111110100111111001111110011111101000010 | 3f4d3f7d3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)