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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 骭サム災。 | 1110100110001100101110111101000110001101110100001000000101000010 | e98cbbd18dd08142 |
EUC-JP | 骭サム災。 | 11110001111011001000111010111011100011101101000110111010110100101010000110100011 | f1ec8ebb8ed1bad2a1a3 |
UTF-8 | 骭サム災。 | 111010011010101010101101111011111011110110111011111011111011111010010001111001111000000110111101111000111000000010000010 | e9aaadefbdbbefbe91e781bde38082 |
UHC | ???災。 | 00111111001111110011111111101110101011001010000110100011 | 3f3f3feeaca1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)