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 | 衣?獵?? | 10001000110111110011111111100000110110000011111100111111 | 88df3fe0d83f3f |
EUC-JP | 衣?獵饔? | 101100001110000100111111111000001101101010001111111010001110111100111111 | b0e13fe0da8fe8ef3f |
UTF-8 | 衣잰獵饔렧 | 111010001010000110100011111011001001111010110000111001111000110110110101111010011010010110010100111010111010000010100111 | e8a1a3ec9eb0e78db5e9a594eba0a7 |
UHC | 衣잰獵饔렧 | 11101011111111011100000011101001110101101011010011101000101111011000111010110110 | ebfdc0e9d6b4e8bd8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)