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 | 脱但丹多 | 1001001001000101100100100100000110010010010011111001000110111101 | 92459241924f91bd |
EUC-JP | 脱但丹多 | 1100001110100110110000111010001011000011101100001100001010111111 | c3a6c3a2c3b0c2bf |
UTF-8 | 脱但丹多 | 111010001000010010110001111001001011110110000110111001001011100010111001111001011010010010011010 | e884b1e4bd86e4b8b9e5a49a |
UHC | ?但丹多 | 00111111110100111010001111010011101000011101001011111101 | 3fd3a3d3a1d2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)