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 | h¶vh¶vB | 1001000101101000100111101011011001110110100100010110100010011110101101100111011001000010 | 91689eb67691689eb67642 |
SJIS-WIN | ?h?¶v?h?¶vB | 00111111011010000011111110000001111101110111011000111111011010000011111110000001111101110111011001000010 | 3f683f81f7763f683f81f77642 |
EUC-JP | ?h?¶v?h?¶vB | 00111111011010000011111110100010111110010111011000111111011010000011111110100010111110010111011001000010 | 3f683fa2f9763f683fa2f97642 |
UTF-8 | h¶vh¶vB | 1100001010010001011010001100001010011110110000101011011001110110110000101001000101101000110000101001111011000010101101100111011001000010 | c29168c29ec2b676c29168c29ec2b67642 |
UHC | ?h?¶v?h?¶vB | 00111111011010000011111110100010110100100111011000111111011010000011111110100010110100100111011001000010 | 3f683fa2d2763f683fa2d27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)