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 | 101100111011011001111101011101101011001110110110011111010111011001000010 | b3b67d76b3b67d7642 |
SJIS-WIN | ?¶}v?¶}vB | 0011111110000001111101110111110101110110001111111000000111110111011111010111011001000010 | 3f81f77d763f81f77d7642 |
EUC-JP | ?¶}v?¶}vB | 0011111110100010111110010111110101110110001111111010001011111001011111010111011001000010 | 3fa2f97d763fa2f97d7642 |
UTF-8 | ³¶}v³¶}vB | 11000010101100111100001010110110011111010111011011000010101100111100001010110110011111010111011001000010 | c2b3c2b67d76c2b3c2b67d7642 |
UHC | ³¶}v³¶}vB | 10101001111110001010001011010010011111010111011010101001111110001010001011010010011111010111011001000010 | a9f8a2d27d76a9f8a2d27d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)