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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?ч?畏?B | 0011111110000100100010010011111110001000110110000011111101000010 | 3f84893f88d83f42 |
EUC-JP | ?ч?畏?B | 0011111110100111111010010011111110110000110110100011111101000010 | 3fa7e93fb0da3f42 |
UTF-8 | 驪ч닎畏봆B | 111011111010011010000111110100011000011111101011100010111000111011100111100101011000111111101011101101001000011001000010 | efa687d187eb8b8ee7958febb48642 |
UHC | 驪ч닎畏봆B | 1110011010101111101011001110100110001000100101001110100011100110100101000100011101000010 | e6aface98894e8e6944742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)