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 | 弱手讐 | 100011101110001110001110111010001000111101010001 | 8ee38ee88f51 |
EUC-JP | 弱手讐 | 101111001110010110111100111010101011110110110010 | bce5bceabdb2 |
UTF-8 | 弱手讐 | 111001011011110010110001111001101000100110001011111010001010111010010000 | e5bcb1e6898be8ae90 |
UHC | 弱手讐 | 111001011011000011100010101000101110001011000010 | e5b0e2a2e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)