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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 妻f | 10001101110010001000001010000110 | 8dc88286 |
EUC-JP | 妻f | 10111010110010101010001111100110 | bacaa3e6 |
UTF-8 | 妻f | 111001011010011010111011111011111011110110000110 | e5a6bbefbd86 |
UHC | 妻f | 11110100101000111010001111100110 | f4a3a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)