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 | 00111111011101100011111101000010 | 3f763f42 |
SJIS-WIN | 但v炭B | 100100100100000101110110100100100101100101000010 | 924176925942 |
EUC-JP | 但v炭B | 110000111010001001110110110000111011101001000010 | c3a276c3ba42 |
UTF-8 | 但v炭B | 1110010010111101100001100111011011100111100000101010110101000010 | e4bd8676e782ad42 |
UHC | 但v炭B | 110100111010001101110110111101111010100101000010 | d3a376f7a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)