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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 短跣族 | 100100100101101011100110111011111001000110110000 | 925ae6ef91b0 |
EUC-JP | 短跣族 | 110000111011101111101100111100011100001010110010 | c3bbecf1c2b2 |
UTF-8 | 短跣族 | 111001111001111110101101111010001011011110100011111001101001011110001111 | e79fade8b7a3e6978f |
UHC | 短跣族 | 110100111010110111100000110100111111000011101001 | d3ade0d3f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)