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\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
SJIS-WIN | 巐廷ァクv\ | 1111101010110110100100101110110010100111101110000111011001011100 | fab692eca7b8765c |
EUC-JP | 巐廷ァクv\ | 1000111110111011111110011100010011101110100011101010011110001110101110000111011001011100 | 8fbbf9c4ee8ea78eb8765c |
UTF-8 | 巐廷ァクv\ | 1110010110110111100100001110010110111011101101111110111110111101101001111110111110111101101110000111011001011100 | e5b790e5bbb7efbda7efbdb8765c |
UHC | ?廷??v\ | 00111111111011111101010100111111001111110111011001011100 | 3fefd53f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)