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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紗悉酌縞 | 1000111011010001100011101011101110001110110111101000111011001000 | 8ed18ebb8ede8ec8 |
EUC-JP | 紗悉酌縞 | 1011110011010011101111001011110110111100111000001011110011001010 | bcd3bcbdbce0bcca |
UTF-8 | 紗悉酌縞 | 111001111011010010010111111001101000001010001001111010011000010110001100111001111011100010011110 | e7b497e68289e9858ce7b89e |
UHC | 紗悉酌縞 | 1101111011101001111000111111101011101101110011001111101111010110 | dee9e3faedccfbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)