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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 邱掵v邱掵vB | 1110011110110111100111010111110101110110111001111011011110011101011111010111011001000010 | e7b79d7d76e7b79d7d7642 |
EUC-JP | 邱掵v邱掵vB | 1110111010111001110110011101111001110110111011101011100111011001110111100111011001000010 | eeb9d9de76eeb9d9de7642 |
UTF-8 | 邱掵v邱掵vB | 111010011000001010110001111001101000111010110101011101101110100110000010101100011110011010001110101101010111011001000010 | e982b1e68eb576e982b1e68eb57642 |
UHC | 邱?v邱?vB | 110011111100100000111111011101101100111111001000001111110111011001000010 | cfc83f76cfc83f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)