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 | 繰卒男 | 100011000100101010010001101100101001001001101010 | 8c4a91b2926a |
EUC-JP | 繰卒男 | 101101111010101111000010101101001100001111001011 | b7abc2b4c3cb |
UTF-8 | 繰卒男 | 111001111011100110110000111001011000110110010010111001111001010010110111 | e7b9b0e58d92e794b7 |
UHC | 繰卒男 | 111100001101101111110000111011111101000111111011 | f0dbf0efd1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)