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 | 髻懈ェ手侮 | 111010011001111110011100111001101010101010001110111010001001010110001110 | e99f9ce6aa8ee8958e |
EUC-JP | 髻懈ェ手侮 | 11110010101000011101100011101000100011101010101010111100111010101100100111101110 | f2a1d8e88eaabceac9ee |
UTF-8 | 髻懈ェ手侮 | 111010011010101110111011111001101000011110001000111011111011110110101010111001101000100110001011111001001011111010101110 | e9abbbe68788efbdaae6898be4beae |
UHC | ?懈?手侮 | 0011111111111010101010110011111111100010101000101101100110110010 | 3ffaab3fe2a2d9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)