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 | 脱端孫巽贈 | 10010010010001011001001001011011100100011011011110010010010001101001000110100001 | 9245925b91b7924691a1 |
EUC-JP | 脱端孫巽贈 | 11000011101001101100001110111100110000101011100111000011101001111100001010100011 | c3a6c3bcc2b9c3a7c2a3 |
UTF-8 | 脱端孫巽贈 | 111010001000010010110001111001111010101110101111111001011010110110101011111001011011011110111101111010001011010010001000 | e884b1e7abafe5adabe5b7bde8b488 |
UHC | ?端孫巽贈 | 001111111101001110101110111000011101110111100001110111101111000111111100 | 3fd3aee1dde1def1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)