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 | 1110011110110111100111100111110101110110111001111011011110011110011111010111011001000010 | e7b79e7d76e7b79e7d7642 |
EUC-JP | 邱栲v邱栲vB | 1110111010111001110110111101111001110110111011101011100111011011110111100111011001000010 | eeb9dbde76eeb9dbde7642 |
UTF-8 | 邱栲v邱栲vB | 111010011000001010110001111001101010000010110010011101101110100110000010101100011110011010100000101100100111011001000010 | e982b1e6a0b276e982b1e6a0b27642 |
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)