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 | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 咽롧뙧v咽롧뙧vB | 111011111010011010011110111010111010000110100111111010111001100110100111011101101110111110100110100111101110101110100001101001111110101110011001101001110111011001000010 | efa69eeba1a7eb99a776efa69eeba1a7eb99a77642 |
UHC | 咽롧뙧v咽롧뙧vB | 111001101110110010001110111001111000110010101011011101101110011011101100100011101110011110001100101010110111011001000010 | e6ec8ee78cab76e6ec8ee78cab7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)