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 | 終蝎立 | 100011110100100111100101100110011001011110100111 | 8f49e59997a7 |
EUC-JP | 終蝎立 | 101111011010101011101001111110011100111010101001 | bdaae9f9cea9 |
UTF-8 | 終蝎立 | 111001111011010110000010111010001001110110001110111001111010101110001011 | e7b582e89d8ee7ab8b |
UHC | 終蝎立 | 111100001111101111001010111010011101100010100001 | f0fbcae9d8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)