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 | 短[則贈 | 10010010010110100101101110010001101001011001000110100001 | 925a5b91a591a1 |
EUC-JP | 短[則贈 | 11000011101110110101101111000010101001111100001010100011 | c3bb5bc2a7c2a3 |
UTF-8 | 短[則贈 | 11100111100111111010110101011011111001011000100110000111111010001011010010001000 | e79fad5be58987e8b488 |
UHC | 短[則贈 | 11010011101011010101101111110110110011101111000111111100 | d3ad5bf6cef1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)