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 | 終貊? | 1000111101001001111001101011101100111111 | 8f49e6bb3f |
EUC-JP | 終貊? | 1011110110101010111011001011110100111111 | bdaaecbd3f |
UTF-8 | 終貊섣 | 111001111011010110000010111010001011001010001010111011001000010010100011 | e7b582e8b28aec84a3 |
UHC | 終貊섣 | 111100001111101111011000111001111011110010110010 | f0fbd8e7bcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)