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 | ???S?? | 001111110011111100111111010100110011111100111111 | 3f3f3f533f3f |
SJIS-WIN | 脱箪足S辰谷 | 1001001001000101100100100101110010010001101010110101001110010010010000111001001001001010 | 9245925c91ab539243924a |
EUC-JP | 脱箪足S辰谷 | 1100001110100110110000111011110111000010101011010101001111000011101001001100001110101011 | c3a6c3bdc2ad53c3a4c3ab |
UTF-8 | 脱箪足S辰谷 | 11101000100001001011000111100111101011101010101011101000101101101011001101010011111010001011111010110000111010001011000010110111 | e884b1e7aeaae8b6b353e8beb0e8b0b7 |
UHC | ??足S辰谷 | 001111110011111111110000111010110101001111110010111000111100110111011011 | 3f3ff0eb53f2e3cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)