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 | 他他促谷贈 | 10010001101111001001000110111100100100011010001110010010010010101001000110100001 | 91bc91bc91a3924a91a1 |
EUC-JP | 他他促谷贈 | 11000010101111101100001010111110110000101010010111000011101010111100001010100011 | c2bec2bec2a5c3abc2a3 |
UTF-8 | 他他促谷贈 | 111001001011101110010110111001001011101110010110111001001011111110000011111010001011000010110111111010001011010010001000 | e4bb96e4bb96e4bf83e8b0b7e8b488 |
UHC | 他他促谷贈 | 11110110111000101111011011100010111101011011010111001101110110111111000111111100 | f6e2f6e2f5b5cddbf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)