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 | 燁千」〔 | 11111011010110011001000011100111101000111000000101101011 | fb5990e7a3816b |
EUC-JP | 燁千」〔 | 100011111100101010110011110000001110100110001110101000111010000111001100 | 8fcab3c0e98ea3a1cc |
UTF-8 | 燁千」〔 | 111001111000011110000001111001011000110110000011111011111011110110100011111000111000000010010100 | e78781e58d83efbda3e38094 |
UHC | 燁千?〔 | 11100111101001111111010010110110001111111010000110110010 | e7a7f4b63fa1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)