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??B | 0011111101110110001111110011111101000010 | 3f763f3f42 |
SJIS-WIN | 但v辿坦B | 1001001001000001011101101001001001001000100100100101001001000010 | 9241769248925242 |
EUC-JP | 但v辿坦B | 1100001110100010011101101100001110101001110000111011001101000010 | c3a276c3a9c3b342 |
UTF-8 | 但v辿坦B | 1110010010111101100001100111011011101000101111101011111111100101100111011010011001000010 | e4bd8676e8bebfe59da642 |
UHC | 但v?坦B | 11010011101000110111011000111111111101111010010001000010 | d3a3763ff7a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)