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 | 髻懷暑 | 111010011001111110011100111001011000111110001011 | e99f9ce58f8b |
EUC-JP | 髻懷暑 | 111100101010000111011000111001111011110111101011 | f2a1d8e7bdeb |
UTF-8 | 髻懷暑 | 111010011010101110111011111001101000011110110111111001101001101010010001 | e9abbbe687b7e69a91 |
UHC | ?懷暑 | 0011111111111100111000111101111111110100 | 3ffce3dff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)