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 | ?[?? | 00111111010110110011111100111111 | 3f5b3f3f |
SJIS-WIN | 短[蔵辿 | 10010010010110100101101110010001101000001001001001001000 | 925a5b91a09248 |
EUC-JP | 短[蔵辿 | 11000011101110110101101111000010101000101100001110101001 | c3bb5bc2a2c3a9 |
UTF-8 | 短[蔵辿 | 11100111100111111010110101011011111010001001010010110101111010001011111010111111 | e79fad5be894b5e8bebf |
UHC | 短[?? | 1101001110101101010110110011111100111111 | d3ad5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)