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 | 靖?證?牆 | 1001011011110101001111111110011010011010001111111110000010101101 | 96f53fe69a3fe0ad |
EUC-JP | 靖?證?牆 | 1100110011110111001111111110101111111010001111111110000010101111 | ccf73febfa3fe0af |
UTF-8 | 靖렞證렧牆 | 111010011001110110010110111010111010000010011110111010001010110110001001111010111010000010100111111001111000100110000110 | e99d96eba09ee8ad89eba0a7e78986 |
UHC | 靖렞證렧牆 | 11101111111111101000111010101111111100011111101110001110101101101110110111101101 | effe8eaff1fb8eb6eded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)