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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 将メ娼ャG | 10001111101010111101001010001111101010011010110001000111 | 8fabd28fa9ac47 |
EUC-JP | 将メ娼ャG | 101111101010110110001110110100101011111010101011100011101010110001000111 | bead8ed2beab8eac47 |
UTF-8 | 将メ娼ャG | 11100101101100001000011011101111101111101001001011100101101010001011110011101111101111011010110001000111 | e5b086efbe92e5a8bcefbdac47 |
UHC | ??娼?G | 001111110011111111110011110111100011111101000111 | 3f3ff3de3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)