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 | 弍奢弍 | 100110001010111110011010111110001001100010101111 | 98af9af898af |
EUC-JP | 弍奢弍 | 110100001011000111010100111110101101000010110001 | d0b1d4fad0b1 |
UTF-8 | 弍奢弍 | 111001011011110010001101111001011010010110100010111001011011110010001101 | e5bc8de5a5a2e5bc8d |
UHC | ?奢? | 00111111110111101100111000111111 | 3fdece3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)