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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 秧?W}秧?W{^ | 1110001001011110001111110101011101111101111000100101111000111111010101110111101101011110 | e25e3f577de25e3f577b5e |
EUC-JP | 秧?W}秧?W{^ | 1110001110111111001111110101011101111101111000111011111100111111010101110111101101011110 | e3bf3f577de3bf3f577b5e |
UTF-8 | 秧뛫W}秧뛫W{^ | 1110011110100111101001111110101110011011101010110101011101111101111001111010011110100111111010111001101110101011010101110111101101011110 | e7a7a7eb9bab577de7a7a7eb9bab577b5e |
UHC | 秧뛫W}秧뛫W{^ | 11100100111010111000110101101110010101110111110111100100111010111000110101101110010101110111101101011110 | e4eb8d6e577de4eb8d6e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)