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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ч?塋 | 001111111000010010001001001111111001101011001000 | 3f84893f9ac8 |
EUC-JP | ?ч?塋 | 001111111010011111101001001111111101010011001010 | 3fa7e93fd4ca |
UTF-8 | 驪ч닎塋 | 1110111110100110100001111101000110000111111010111000101110001110111001011010000110001011 | efa687d187eb8b8ee5a18b |
UHC | 驪ч닎塋 | 1110011010101111101011001110100110001000100101001110011110101011 | e6aface98894e7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)