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 | 祭攀賓 | 100011011101010110011101101100111001010101101111 | 8dd59db3956f |
EUC-JP | 祭攀賓 | 101110101101011111011010101101011100100111010000 | bad7dab5c9d0 |
UTF-8 | 祭攀賓 | 111001111010010110101101111001101001010010000000111010001011001110010011 | e7a5ade69480e8b393 |
UHC | 祭攀賓 | 111100001010111011011010111001111101111010111001 | f0aedae7deb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)