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 | 邂停凰螳 | 1110011110101110100100101110001010011001100000001110010110101110 | e7ae92e29980e5ae |
EUC-JP | 邂停凰螳 | 1110111010110000110001001110010011010001111000001110101010110000 | eeb0c4e4d1e0eab0 |
UTF-8 | 邂停凰螳 | 111010011000001010000010111001011000000110011100111001011000011110110000111010001001111010110011 | e98282e5819ce587b0e89eb3 |
UHC | 邂停凰螳 | 1111101010110011111011111100111011111100110001011101001111011001 | fab3efcefcc5d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)