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 | 豈手紫 | 111001101010111110001110111010001000111010000111 | e6af8ee88e87 |
EUC-JP | 豈手紫 | 111011001011000110111100111010101011101111100111 | ecb1bceabbe7 |
UTF-8 | 豈手紫 | 111010001011000110001000111001101000100110001011111001111011010010101011 | e8b188e6898be7b4ab |
UHC | 豈手紫 | 110100011100001011100010101000101110110110111001 | d1c2e2a2edb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)