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 | ????vG | 001111110011111100111111001111110111011001000111 | 3f3f3f3f7647 |
SJIS-WIN | 将。娼ーvG | 1000111110101011101000011000111110101001101100000111011001000111 | 8faba18fa9b07647 |
EUC-JP | 将。娼ーvG | 10111110101011011000111010100001101111101010101110001110101100000111011001000111 | bead8ea1beab8eb07647 |
UTF-8 | 将。娼ーvG | 1110010110110000100001101110111110111101101000011110010110101000101111001110111110111101101100000111011001000111 | e5b086efbda1e5a8bcefbdb07647 |
UHC | ??娼?vG | 00111111001111111111001111011110001111110111011001000111 | 3f3ff3de3f7647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)