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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱???η? | 1001000001001010001111110011111100111111100000111100010100111111 | 904a3f3f3f83c53f |
EUC-JP | 辱???η? | 1011111110101011001111110011111100111111101001101100011100111111 | bfab3f3f3fa6c73f |
UTF-8 | 辱됰뛻柳η풛 | 1110100010111110101100011110101110010000101100001110101110011011101110111110111110100111100010011100111010110111111011011001001010011011 | e8beb1eb90b0eb9bbbefa789ceb7ed929b |
UHC | 辱됰뛻柳η풛 | 111010011011010010001001111010111000110110000001111010101111011110100101111001111011111010011110 | e9b489eb8d81eaf7a5e7be9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)